Html Css Color HEX #2D4511 Turtle Green

📋 copy color: '#2D4511'

red 45 ◦ green 69 ◦ blue 17

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

Shades of Turtle Green #2D4511

Tints of Turtle Green #2D4511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 52.67%

 BLUE value IS 17 (7.03% from 255) = 12.98%

R = 34.35%
G = 52.67%
B = 12.98%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#2D4511 (or 0x2D4511) is known color: Turtle Green. HEX triplet: 2D, 45 and 11. RGB value is (45,69,17). Sum of RGB (Red+Green+Blue) = 45+69+17=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #2D4511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4511 is #D2BAEE. Grayscale: #383838. Windows color (decimal): -13810415 or 1131821. OLE color: 1131821.

HSL color Cylindrical-coordinate representation of color #2D4511: hue angle of 87.69º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D4511 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 45 69 17 -
CMYK 0.35 0 0.75 0.73
HSL 87.69º 0.6% 0.17% -
HSV(B) 87.69º 0.75% 0.27% -
XYZ 3.31 4.85 1.29 -
YUV 55.9 106.05 120.23 -
System Red Green Blue C M Y K H S L
Decimal 45 69 17 0.35 0 0.75 0.73 87.69 0.6 0.17
Hex 2D 45 11 23 0 4B 49 58 3C 11
Octal 55 105 21 43 0 113 111 130 74 21
Binary 101101 1000101 10001 100011 0 1001011 1001001 1011000 111100 10001

Color Harmonies of #2D4511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4511

Black with #2D4511

Text Example


Text Example

White with #2D4511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,69,17); }

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

background-color css

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

 a { background-color: rgb(45,69,17); }

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

border-color css

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

 span { border-color: rgb(45,69,17); }

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