Html Css Color HEX #2D4209 Turtle Green

📋 copy color: '#2D4209'

red 45 ◦ green 66 ◦ blue 9

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

Shades of Turtle Green #2D4209

Tints of Turtle Green #2D4209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.5%

R = 37.5%
G = 55%
B = 7.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#2D4209 (or 0x2D4209) is known color: Turtle Green. HEX triplet: 2D, 42 and 09. RGB value is (45,66,9). Sum of RGB (Red+Green+Blue) = 45+66+9=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #2D4209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4209 is #D2BDF6. Grayscale: #353535. Windows color (decimal): -13811191 or 606765. OLE color: 606765.

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

Color convert

RGB 45 66 9 -
CMYK 0.32 0 0.86 0.74
HSL 82.11º 0.76% 0.15% -
HSV(B) 82.11º 0.86% 0.26% -
XYZ 3.08 4.47 0.96 -
YUV 53.22 103.04 122.13 -
System Red Green Blue C M Y K H S L
Decimal 45 66 9 0.32 0 0.86 0.74 82.11 0.76 0.15
Hex 2D 42 9 20 0 56 4A 52 4C F
Octal 55 102 11 40 0 126 112 122 114 17
Binary 101101 1000010 1001 100000 0 1010110 1001010 1010010 1001100 1111

Color Harmonies of #2D4209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4209

Black with #2D4209

Text Example


Text Example

White with #2D4209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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