#224800

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

Shades of Turtle Green #224800

Tints of Turtle Green #224800

Color information

#224800 (or 0x224800) is unknown color: approx Turtle Green. HEX triplet: 22, 48 and 00. RGB value is (34,72,0). Sum of RGB (Red+Green+Blue) = 34+72+0=106 (14% of max value = 765). Red value is 34 (13.67% from 255 or 32.08% from 106); Green value is 72 (28.52% from 255 or 67.92% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 72 - color contains mainly: green. Hex color #224800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224800 is #DDB7FF. Grayscale: #343434. Windows color (decimal): -14530560 or 18466. OLE color: 18466.

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

Color convert

RGB34720-
CMYK0.53010.72
HSL91.67º100%14.12%-
HSV(B)91.67º100%28.24%-
XYZ2.984.970.8-
YUV52.4398.41114.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.08%
GREEN value IS 72 (28.52% from 255) = 67.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.08%
G=67.92%
B=0%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal347200.53010.7291.6710014.12
Hex2248035064485c64e
Octal42110065014411013414416
Binary10001010010000110101011001001001000101110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224800; }

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

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

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

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

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

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

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

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