Html Css Color HEX #2D3712 Turtle Green

📋 copy color: '#2D3712'

red 45 ◦ green 55 ◦ blue 18

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

Shades of Turtle Green #2D3712

Tints of Turtle Green #2D3712

RGB

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

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

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

R = 38.14%
G = 46.61%
B = 15.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#2D3712 (or 0x2D3712) is known color: Turtle Green. HEX triplet: 2D, 37 and 12. RGB value is (45,55,18). Sum of RGB (Red+Green+Blue) = 45+55+18=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3712 is #D2C8ED. Grayscale: #2F2F2F. Windows color (decimal): -13813998 or 1193773. OLE color: 1193773.

HSL color Cylindrical-coordinate representation of color #2D3712: hue angle of 76.22º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D3712 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 45 55 18 -
CMYK 0.18 0 0.67 0.78
HSL 76.22º 0.51% 0.14% -
HSV(B) 76.22º 0.67% 0.22% -
XYZ 2.56 3.33 1.08 -
YUV 47.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 45 55 18 0.18 0 0.67 0.78 76.22 0.51 0.14
Hex 2D 37 12 12 0 43 4E 4C 33 E
Octal 55 67 22 22 0 103 116 114 63 16
Binary 101101 110111 10010 10010 0 1000011 1001110 1001100 110011 1110

Color Harmonies of #2D3712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3712

Black with #2D3712

Text Example


Text Example

White with #2D3712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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