Html Css Color HEX #2D4211 Turtle Green

📋 copy color: '#2D4211'

red 45 ◦ green 66 ◦ blue 17

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

Shades of Turtle Green #2D4211

Tints of Turtle Green #2D4211

RGB

 RED value IS 45 (17.97% from 255) = 35.16%

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

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

R = 35.16%
G = 51.56%
B = 13.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#2D4211 (or 0x2D4211) is known color: Turtle Green. HEX triplet: 2D, 42 and 11. RGB value is (45,66,17). Sum of RGB (Red+Green+Blue) = 45+66+17=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #2D4211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4211 is #D2BDEE. Grayscale: #363636. Windows color (decimal): -13811183 or 1131053. OLE color: 1131053.

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

Color convert

RGB 45 66 17 -
CMYK 0.32 0 0.74 0.74
HSL 85.71º 0.59% 0.16% -
HSV(B) 85.71º 0.74% 0.26% -
XYZ 3.13 4.49 1.23 -
YUV 54.14 107.04 121.48 -
System Red Green Blue C M Y K H S L
Decimal 45 66 17 0.32 0 0.74 0.74 85.71 0.59 0.16
Hex 2D 42 11 20 0 4A 4A 56 3B 10
Octal 55 102 21 40 0 112 112 126 73 20
Binary 101101 1000010 10001 100000 0 1001010 1001010 1010110 111011 10000

Color Harmonies of #2D4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4211

Black with #2D4211

Text Example


Text Example

White with #2D4211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,66,17); }

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

background-color css

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

 a { background-color: rgb(45,66,17); }

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

border-color css

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

 span { border-color: rgb(45,66,17); }

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