Html Css Color HEX #2C4009 Turtle Green

📋 copy color: '#2C4009'

red 44 ◦ green 64 ◦ blue 9

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

Shades of Turtle Green #2C4009

Tints of Turtle Green #2C4009

RGB

 RED value IS 44 (17.58% from 255) = 37.61%

 GREEN value IS 64 (25.39% from 255) = 54.7%

 BLUE value IS 9 (3.91% from 255) = 7.69%

R = 37.61%
G = 54.7%
B = 7.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#2C4009 (or 0x2C4009) is known color: Turtle Green. HEX triplet: 2C, 40 and 09. RGB value is (44,64,9). Sum of RGB (Red+Green+Blue) = 44+64+9=117 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.61% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #2C4009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4009 is #D3BFF6. Grayscale: #333333. Windows color (decimal): -13877239 or 606252. OLE color: 606252.

HSL color Cylindrical-coordinate representation of color #2C4009: hue angle of 81.82º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C4009 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 44 64 9 -
CMYK 0.31 0 0.86 0.75
HSL 81.82º 0.75% 0.14% -
HSV(B) 81.82º 0.86% 0.25% -
XYZ 2.92 4.22 0.92 -
YUV 51.75 103.87 122.47 -
System Red Green Blue C M Y K H S L
Decimal 44 64 9 0.31 0 0.86 0.75 81.82 0.75 0.14
Hex 2C 40 9 1F 0 56 4B 52 4B E
Octal 54 100 11 37 0 126 113 122 113 16
Binary 101100 1000000 1001 11111 0 1010110 1001011 1010010 1001011 1110

Color Harmonies of #2C4009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4009

Black with #2C4009

Text Example


Text Example

White with #2C4009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C4009; }

 p { color: rgb(44,64,9); }

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

background-color css

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

 a { background-color: rgb(44,64,9); }

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

border-color css

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

 span { border-color: rgb(44,64,9); }

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