Html Css Color HEX #2C4212 Turtle Green

📋 copy color: '#2C4212'

red 44 ◦ green 66 ◦ blue 18

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

Shades of Turtle Green #2C4212

Tints of Turtle Green #2C4212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 51.56%

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

R = 34.38%
G = 51.56%
B = 14.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#2C4212 (or 0x2C4212) is known color: Turtle Green. HEX triplet: 2C, 42 and 12. RGB value is (44,66,18). Sum of RGB (Red+Green+Blue) = 44+66+18=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #2C4212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4212 is #D3BDED. Grayscale: #363636. Windows color (decimal): -13876718 or 1196588. OLE color: 1196588.

HSL color Cylindrical-coordinate representation of color #2C4212: hue angle of 87.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C4212 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 44 66 18 -
CMYK 0.33 0 0.73 0.74
HSL 87.5º 0.57% 0.16% -
HSV(B) 87.5º 0.73% 0.26% -
XYZ 3.1 4.48 1.27 -
YUV 53.95 107.71 120.9 -
System Red Green Blue C M Y K H S L
Decimal 44 66 18 0.33 0 0.73 0.74 87.5 0.57 0.16
Hex 2C 42 12 21 0 49 4A 57 39 10
Octal 54 102 22 41 0 111 112 127 71 20
Binary 101100 1000010 10010 100001 0 1001001 1001010 1010111 111001 10000

Color Harmonies of #2C4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4212

Black with #2C4212

Text Example


Text Example

White with #2C4212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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