Html Css Color HEX #2C4011 Turtle Green

📋 copy color: '#2C4011'

red 44 ◦ green 64 ◦ blue 17

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

Shades of Turtle Green #2C4011

Tints of Turtle Green #2C4011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.6%

R = 35.2%
G = 51.2%
B = 13.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#2C4011 (or 0x2C4011) is known color: Turtle Green. HEX triplet: 2C, 40 and 11. RGB value is (44,64,17). Sum of RGB (Red+Green+Blue) = 44+64+17=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #2C4011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4011 is #D3BFEE. Grayscale: #343434. Windows color (decimal): -13877231 or 1130540. OLE color: 1130540.

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

Color convert

RGB 44 64 17 -
CMYK 0.31 0 0.73 0.75
HSL 85.53º 0.58% 0.16% -
HSV(B) 85.53º 0.73% 0.25% -
XYZ 2.97 4.24 1.19 -
YUV 52.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 44 64 17 0.31 0 0.73 0.75 85.53 0.58 0.16
Hex 2C 40 11 1F 0 49 4B 56 3A 10
Octal 54 100 21 37 0 111 113 126 72 20
Binary 101100 1000000 10001 11111 0 1001001 1001011 1010110 111010 10000

Color Harmonies of #2C4011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4011

Black with #2C4011

Text Example


Text Example

White with #2C4011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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