Html Css Color HEX #2C4012 Turtle Green

📋 copy color: '#2C4012'

red 44 ◦ green 64 ◦ blue 18

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

Shades of Turtle Green #2C4012

Tints of Turtle Green #2C4012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.29%

R = 34.92%
G = 50.79%
B = 14.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#2C4012 (or 0x2C4012) is known color: Turtle Green. HEX triplet: 2C, 40 and 12. RGB value is (44,64,18). Sum of RGB (Red+Green+Blue) = 44+64+18=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #2C4012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4012 is #D3BFED. Grayscale: #343434. Windows color (decimal): -13877230 or 1196076. OLE color: 1196076.

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

Color convert

RGB 44 64 18 -
CMYK 0.31 0 0.72 0.75
HSL 86.09º 0.56% 0.16% -
HSV(B) 86.09º 0.72% 0.25% -
XYZ 2.98 4.25 1.23 -
YUV 52.78 108.37 121.74 -
System Red Green Blue C M Y K H S L
Decimal 44 64 18 0.31 0 0.72 0.75 86.09 0.56 0.16
Hex 2C 40 12 1F 0 48 4B 56 38 10
Octal 54 100 22 37 0 110 113 126 70 20
Binary 101100 1000000 10010 11111 0 1001000 1001011 1010110 111000 10000

Color Harmonies of #2C4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4012

Black with #2C4012

Text Example


Text Example

White with #2C4012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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