Html Css Color HEX #2D3709 Turtle Green

📋 copy color: '#2D3709'

red 45 ◦ green 55 ◦ blue 9

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

Shades of Turtle Green #2D3709

Tints of Turtle Green #2D3709

RGB

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

 GREEN value IS 55 (21.88% from 255) = 50.46%

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

R = 41.28%
G = 50.46%
B = 8.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#2D3709 (or 0x2D3709) is known color: Turtle Green. HEX triplet: 2D, 37 and 09. RGB value is (45,55,9). Sum of RGB (Red+Green+Blue) = 45+55+9=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3709 is #D2C8F6. Grayscale: #2E2E2E. Windows color (decimal): -13814007 or 603949. OLE color: 603949.

HSL color Cylindrical-coordinate representation of color #2D3709: hue angle of 73.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 #2D3709 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 45 55 9 -
CMYK 0.18 0 0.84 0.78
HSL 73.04º 0.72% 0.13% -
HSV(B) 73.04º 0.84% 0.22% -
XYZ 2.5 3.31 0.77 -
YUV 46.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 45 55 9 0.18 0 0.84 0.78 73.04 0.72 0.13
Hex 2D 37 9 12 0 54 4E 49 48 D
Octal 55 67 11 22 0 124 116 111 110 15
Binary 101101 110111 1001 10010 0 1010100 1001110 1001001 1001000 1101

Color Harmonies of #2D3709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3709

Black with #2D3709

Text Example


Text Example

White with #2D3709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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