Html Css Color HEX #2D3809 Turtle Green

📋 copy color: '#2D3809'

red 45 ◦ green 56 ◦ blue 9

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

Shades of Turtle Green #2D3809

Tints of Turtle Green #2D3809

RGB

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

 GREEN value IS 56 (22.27% from 255) = 50.91%

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

R = 40.91%
G = 50.91%
B = 8.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#2D3809 (or 0x2D3809) is known color: Turtle Green. HEX triplet: 2D, 38 and 09. RGB value is (45,56,9). Sum of RGB (Red+Green+Blue) = 45+56+9=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #2D3809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3809 is #D2C7F6. Grayscale: #2F2F2F. Windows color (decimal): -13813751 or 604205. OLE color: 604205.

HSL color Cylindrical-coordinate representation of color #2D3809: hue angle of 74.04º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D3809 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 45 56 9 -
CMYK 0.20 0 0.84 0.78
HSL 74.04º 0.72% 0.13% -
HSV(B) 74.04º 0.84% 0.22% -
XYZ 2.55 3.41 0.78 -
YUV 47.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 45 56 9 0.20 0 0.84 0.78 74.04 0.72 0.13
Hex 2D 38 9 14 0 54 4E 4A 48 D
Octal 55 70 11 24 0 124 116 112 110 15
Binary 101101 111000 1001 10100 0 1010100 1001110 1001010 1001000 1101

Color Harmonies of #2D3809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3809

Black with #2D3809

Text Example


Text Example

White with #2D3809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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