Html Css Color HEX #2D4212 Turtle Green

📋 copy color: '#2D4212'

red 45 ◦ green 66 ◦ blue 18

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

Shades of Turtle Green #2D4212

Tints of Turtle Green #2D4212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 51.16%

 BLUE value IS 18 (7.42% from 255) = 13.95%

R = 34.88%
G = 51.16%
B = 13.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#2D4212 (or 0x2D4212) is known color: Turtle Green. HEX triplet: 2D, 42 and 12. RGB value is (45,66,18). Sum of RGB (Red+Green+Blue) = 45+66+18=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #2D4212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4212 is #D2BDED. Grayscale: #363636. Windows color (decimal): -13811182 or 1196589. OLE color: 1196589.

HSL color Cylindrical-coordinate representation of color #2D4212: hue angle of 86.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D4212 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 45 66 18 -
CMYK 0.32 0 0.73 0.74
HSL 86.25º 0.57% 0.16% -
HSV(B) 86.25º 0.73% 0.26% -
XYZ 3.14 4.5 1.27 -
YUV 54.25 107.54 121.4 -
System Red Green Blue C M Y K H S L
Decimal 45 66 18 0.32 0 0.73 0.74 86.25 0.57 0.16
Hex 2D 42 12 20 0 49 4A 56 39 10
Octal 55 102 22 40 0 111 112 126 71 20
Binary 101101 1000010 10010 100000 0 1001001 1001010 1010110 111001 10000

Color Harmonies of #2D4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4212

Black with #2D4212

Text Example


Text Example

White with #2D4212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,66,18); }

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

background-color css

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

 a { background-color: rgb(45,66,18); }

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

border-color css

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

 span { border-color: rgb(45,66,18); }

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