#224701

Color #224701 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #224701

Tints of Turtle Green #224701

Color information

#224701 (or 0x224701) is unknown color: approx Turtle Green. HEX triplet: 22, 47 and 01. RGB value is (34,71,1). Sum of RGB (Red+Green+Blue) = 34+71+1=106 (14% of max value = 765). Red value is 34 (13.67% from 255 or 32.08% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #224701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224701 is #DDB8FE. Grayscale: #343434. Windows color (decimal): -14530815 or 83746. OLE color: 83746.

HSL color Cylindrical-coordinate representation of color #224701: hue angle of 91.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #224701 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB34711-
CMYK0.5200.990.72
HSL91.71º97.22%14.12%-
HSV(B)91.71º98.59%27.84%-
XYZ2.924.850.81-
YUV51.9699.24115.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 32.08%
GREEN value IS 71 (28.12% from 255) = 66.98%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=32.08%
G=66.98%
B=0.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal347110.5200.990.7291.7197.2214.12
Hex2247134063485c61e
Octal42107164014311013414116
Binary10001010001111110100011000111001000101110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224701; }

 p { color: rgb(34,71,1); }

 H1.HeaderClassName
 {
   color: #224701;
 }
 .AnyTagClassName
 {
   color: #224701;
 }
</style>
background-color css

<style>
 a { background-color: #224701; }

 a { background-color: rgb(34,71,1); }

 div.DivClassName
 {
   background-color: #224701;
 }
 .BgClassName
 {
   background-color: #224701;
 }
</style>
border-color css

<style>
 span { border-color: #224701; }

 span { border-color: rgb(34,71,1); }

 td.TdClassName
 {
   border-color: #224701;
 }
 .TagClassName
 {
   border-color: #224701;
 }
</style>