Html Css Color HEX #224900 Turtle Green

📋 copy color: '#224900'

red 34 ◦ green 73 ◦ blue 0

#224900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #224900

Tints of Turtle Green #224900

RGB

 RED value IS 34 (13.67% from 255) = 31.78%

 GREEN value IS 73 (28.91% from 255) = 68.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 31.78%
G = 68.22%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#224900 (or 0x224900) is known color: Turtle Green. HEX triplet: 22, 49 and 00. RGB value is (34,73,0). Sum of RGB (Red+Green+Blue) = 34+73+0=107 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.78% from 107); Green value is 73 (28.91% from 255 or 68.22% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 73 - color contains mainly: green. Hex color #224900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224900 is #DDB6FF. Grayscale: #353535. Windows color (decimal): -14530304 or 18722. OLE color: 18722.

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

Color convert

RGB 34 73 0 -
CMYK 0.53 0 1 0.71
HSL 92.05º 1% 0.14% -
HSV(B) 92.05º 1% 0.29% -
XYZ 3.04 5.11 0.83 -
YUV 53.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 34 73 0 0.53 0 1 0.71 92.05 1 0.14
Hex 22 49 0 35 0 64 47 5C 64 E
Octal 42 111 0 65 0 144 107 134 144 16
Binary 100010 1001001 0 110101 0 1100100 1000111 1011100 1100100 1110

Color Harmonies of #224900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224900

Black with #224900

Text Example


Text Example

White with #224900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224900; }

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

 H1.HeaderClassName
 {
   color: #224900;
 }
 .AnyTagClassName
 {
   color: #224900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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