Html Css Color HEX #2D4413 Turtle Green

📋 copy color: '#2D4413'

red 45 ◦ green 68 ◦ blue 19

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

Shades of Turtle Green #2D4413

Tints of Turtle Green #2D4413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 51.52%

 BLUE value IS 19 (7.81% from 255) = 14.39%

R = 34.09%
G = 51.52%
B = 14.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#2D4413 (or 0x2D4413) is known color: Turtle Green. HEX triplet: 2D, 44 and 13. RGB value is (45,68,19). Sum of RGB (Red+Green+Blue) = 45+68+19=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #2D4413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4413 is #D2BBEC. Grayscale: #373737. Windows color (decimal): -13810669 or 1262637. OLE color: 1262637.

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

Color convert

RGB 45 68 19 -
CMYK 0.34 0 0.72 0.73
HSL 88.16º 0.56% 0.17% -
HSV(B) 88.16º 0.72% 0.27% -
XYZ 3.27 4.74 1.36 -
YUV 55.54 107.38 120.48 -
System Red Green Blue C M Y K H S L
Decimal 45 68 19 0.34 0 0.72 0.73 88.16 0.56 0.17
Hex 2D 44 13 22 0 48 49 58 38 11
Octal 55 104 23 42 0 110 111 130 70 21
Binary 101101 1000100 10011 100010 0 1001000 1001001 1011000 111000 10001

Color Harmonies of #2D4413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4413

Black with #2D4413

Text Example


Text Example

White with #2D4413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,68,19); }

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

background-color css

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

 a { background-color: rgb(45,68,19); }

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

border-color css

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

 span { border-color: rgb(45,68,19); }

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