Html Css Color HEX #2C4412 Turtle Green

📋 copy color: '#2C4412'

red 44 ◦ green 68 ◦ blue 18

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

Shades of Turtle Green #2C4412

Tints of Turtle Green #2C4412

RGB

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

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

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

R = 33.85%
G = 52.31%
B = 13.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#2C4412 (or 0x2C4412) is known color: Turtle Green. HEX triplet: 2C, 44 and 12. RGB value is (44,68,18). Sum of RGB (Red+Green+Blue) = 44+68+18=130 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.85% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #2C4412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4412 is #D3BBED. Grayscale: #373737. Windows color (decimal): -13876206 or 1197100. OLE color: 1197100.

HSL color Cylindrical-coordinate representation of color #2C4412: hue angle of 88.8º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C4412 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 44 68 18 -
CMYK 0.35 0 0.74 0.73
HSL 88.8º 0.58% 0.17% -
HSV(B) 88.8º 0.74% 0.27% -
XYZ 3.22 4.71 1.31 -
YUV 55.12 107.05 120.07 -
System Red Green Blue C M Y K H S L
Decimal 44 68 18 0.35 0 0.74 0.73 88.8 0.58 0.17
Hex 2C 44 12 23 0 4A 49 59 3A 11
Octal 54 104 22 43 0 112 111 131 72 21
Binary 101100 1000100 10010 100011 0 1001010 1001001 1011001 111010 10001

Color Harmonies of #2C4412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4412

Black with #2C4412

Text Example


Text Example

White with #2C4412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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