Html Css Color HEX #224200 Turtle Green

📋 copy color: '#224200'

red 34 ◦ green 66 ◦ blue 0

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

Shades of Turtle Green #224200

Tints of Turtle Green #224200

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 value IS 0.48

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#224200 (or 0x224200) is known color: 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

RGB 34 66 0 -
CMYK 0.48 0 1 0.74
HSL 89.09º 1% 0.13% -
HSV(B) 89.09º 1% 0.26% -
XYZ 2.61 4.24 0.68 -
YUV 48.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 34 66 0 0.48 0 1 0.74 89.09 1 0.13
Hex 22 42 0 30 0 64 4A 59 64 D
Octal 42 102 0 60 0 144 112 131 144 15
Binary 100010 1000010 0 110000 0 1100100 1001010 1011001 1100100 1101

Color Harmonies of #224200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224200

Black with #224200

Text Example


Text Example

White with #224200

Text Example


Text Example

HTML Codes & Css Web 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>