#224702

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

Shades of Turtle Green #224702

Tints of Turtle Green #224702

Color information

#224702 (or 0x224702) is unknown color: approx Turtle Green. HEX triplet: 22, 47 and 02. RGB value is (34,71,2). Sum of RGB (Red+Green+Blue) = 34+71+2=107 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.78% from 107); Green value is 71 (28.12% from 255 or 66.36% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 71 - color contains mainly: green. Hex color #224702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224702 is #DDB8FD. Grayscale: #343434. Windows color (decimal): -14530814 or 149282. OLE color: 149282.

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

Color convert

RGB34712-
CMYK0.5200.970.72
HSL92.17º94.52%14.31%-
HSV(B)92.17º97.18%27.84%-
XYZ2.924.850.84-
YUV52.0799.74115.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 31.78%
GREEN value IS 71 (28.12% from 255) = 66.36%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=31.78%
G=66.36%
B=1.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal347120.5200.970.7292.1794.5214.31
Hex2247234061485c5fe
Octal42107264014111013413716
Binary100010100011110110100011000011001000101110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224702; }

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

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

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

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

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

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

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

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