Html Css Color HEX #2D3909 Turtle Green

📋 copy color: '#2D3909'

red 45 ◦ green 57 ◦ blue 9

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

Shades of Turtle Green #2D3909

Tints of Turtle Green #2D3909

RGB

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

 GREEN value IS 57 (22.66% from 255) = 51.35%

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

R = 40.54%
G = 51.35%
B = 8.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#2D3909 (or 0x2D3909) is known color: Turtle Green. HEX triplet: 2D, 39 and 09. RGB value is (45,57,9). Sum of RGB (Red+Green+Blue) = 45+57+9=111 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.54% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #2D3909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3909 is #D2C6F6. Grayscale: #303030. Windows color (decimal): -13813495 or 604461. OLE color: 604461.

HSL color Cylindrical-coordinate representation of color #2D3909: hue angle of 75º degrees, saturation: 0.73, 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 #2D3909 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 45 57 9 -
CMYK 0.21 0 0.84 0.78
HSL 75º 0.73% 0.13% -
HSV(B) 75º 0.84% 0.22% -
XYZ 2.59 3.5 0.8 -
YUV 47.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 45 57 9 0.21 0 0.84 0.78 75 0.73 0.13
Hex 2D 39 9 15 0 54 4E 4B 49 D
Octal 55 71 11 25 0 124 116 113 111 15
Binary 101101 111001 1001 10101 0 1010100 1001110 1001011 1001001 1101

Color Harmonies of #2D3909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3909

Black with #2D3909

Text Example


Text Example

White with #2D3909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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