Html Css Color HEX #2C4112 Turtle Green

📋 copy color: '#2C4112'

red 44 ◦ green 65 ◦ blue 18

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

Shades of Turtle Green #2C4112

Tints of Turtle Green #2C4112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 51.18%

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

R = 34.65%
G = 51.18%
B = 14.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#2C4112 (or 0x2C4112) is known color: Turtle Green. HEX triplet: 2C, 41 and 12. RGB value is (44,65,18). Sum of RGB (Red+Green+Blue) = 44+65+18=127 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.65% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #2C4112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4112 is #D3BEED. Grayscale: #353535. Windows color (decimal): -13876974 or 1196332. OLE color: 1196332.

HSL color Cylindrical-coordinate representation of color #2C4112: hue angle of 86.81º degrees, saturation: 0.57, 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 #2C4112 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 44 65 18 -
CMYK 0.32 0 0.72 0.75
HSL 86.81º 0.57% 0.16% -
HSV(B) 86.81º 0.72% 0.25% -
XYZ 3.04 4.36 1.25 -
YUV 53.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 44 65 18 0.32 0 0.72 0.75 86.81 0.57 0.16
Hex 2C 41 12 20 0 48 4B 57 39 10
Octal 54 101 22 40 0 110 113 127 71 20
Binary 101100 1000001 10010 100000 0 1001000 1001011 1010111 111001 10000

Color Harmonies of #2C4112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4112

Black with #2C4112

Text Example


Text Example

White with #2C4112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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