Html Css Color HEX #2D4A09 Turtle Green

📋 copy color: '#2D4A09'

red 45 ◦ green 74 ◦ blue 9

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

Shades of Turtle Green #2D4A09

Tints of Turtle Green #2D4A09

RGB

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

 GREEN value IS 74 (29.3% from 255) = 57.81%

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

R = 35.16%
G = 57.81%
B = 7.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#2D4A09 (or 0x2D4A09) is known color: Turtle Green. HEX triplet: 2D, 4A and 09. RGB value is (45,74,9). Sum of RGB (Red+Green+Blue) = 45+74+9=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 74 (29.30% from 255 or 57.81% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 74 - color contains mainly: green. Hex color #2D4A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4A09 is #D2B5F6. Grayscale: #3A3A3A. Windows color (decimal): -13809143 or 608813. OLE color: 608813.

HSL color Cylindrical-coordinate representation of color #2D4A09: hue angle of 86.77º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D4A09 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 45 74 9 -
CMYK 0.39 0 0.88 0.71
HSL 86.77º 0.78% 0.16% -
HSV(B) 86.77º 0.88% 0.29% -
XYZ 3.58 5.48 1.13 -
YUV 57.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 45 74 9 0.39 0 0.88 0.71 86.77 0.78 0.16
Hex 2D 4A 9 27 0 58 47 57 4E 10
Octal 55 112 11 47 0 130 107 127 116 20
Binary 101101 1001010 1001 100111 0 1011000 1000111 1010111 1001110 10000

Color Harmonies of #2D4A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4A09

Black with #2D4A09

Text Example


Text Example

White with #2D4A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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