#224200

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

Shades of Turtle Green #224200

Tints of Turtle Green #224200

Color information

#224200 (or 0x224200) is unknown color: approx Turtle Green. HEX triplet: 22, 42 and 00. RGB value is (34,66,0). Sum of RGB (Red+Green+Blue) = 34+66+0=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #224200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224200 is #DDBDFF. Grayscale: #313131. Windows color (decimal): -14532096 or 16930. OLE color: 16930.

HSL color Cylindrical-coordinate representation of color #224200: hue angle of 89.09º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #224200 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB34660-
CMYK0.48010.74
HSL89.09º100%12.94%-
HSV(B)89.09º100%25.88%-
XYZ2.614.240.68-
YUV48.91100.4117.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34%
GREEN value IS 66 (26.17% from 255) = 66%
BLUE value IS 0 (0.39% from 255) = 0%
R=34%
G=66%
B=0%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal346600.48010.7489.0910012.94
Hex22420300644A5964d
Octal42102060014411213114415
Binary10001010000100110000011001001001010101100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224200; }

 p { color: rgb(34,66,0); }

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

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

 a { background-color: rgb(34,66,0); }

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

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

 span { border-color: rgb(34,66,0); }

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