Html Css Color HEX #224400 Turtle Green

📋 copy color: '#224400'

red 34 ◦ green 68 ◦ blue 0

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

Shades of Turtle Green #224400

Tints of Turtle Green #224400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 66.67%

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

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#224400 (or 0x224400) is known color: Turtle Green. HEX triplet: 22, 44 and 00. RGB value is (34,68,0). Sum of RGB (Red+Green+Blue) = 34+68+0=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 68 (26.95% from 255 or 66.67% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 68 - color contains mainly: green. Hex color #224400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224400 is #DDBBFF. Grayscale: #323232. Windows color (decimal): -14531584 or 17442. OLE color: 17442.

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

Color convert

RGB 34 68 0 -
CMYK 0.50 0 1 0.73
HSL 90º 1% 0.13% -
HSV(B) 90º 1% 0.27% -
XYZ 2.73 4.47 0.72 -
YUV 50.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 34 68 0 0.50 0 1 0.73 90 1 0.13
Hex 22 44 0 32 0 64 49 5A 64 D
Octal 42 104 0 62 0 144 111 132 144 15
Binary 100010 1000100 0 110010 0 1100100 1001001 1011010 1100100 1101

Color Harmonies of #224400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224400

Black with #224400

Text Example


Text Example

White with #224400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224400; }

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

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

background-color css

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

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

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

border-color css

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

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

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