Html Css Color HEX #2D3716 Turtle Green

📋 copy color: '#2D3716'

red 45 ◦ green 55 ◦ blue 22

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

Shades of Turtle Green #2D3716

Tints of Turtle Green #2D3716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.03%

R = 36.89%
G = 45.08%
B = 18.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#2D3716 (or 0x2D3716) is known color: Turtle Green. HEX triplet: 2D, 37 and 16. RGB value is (45,55,22). Sum of RGB (Red+Green+Blue) = 45+55+22=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3716 is #D2C8E9. Grayscale: #303030. Windows color (decimal): -13813994 or 1455917. OLE color: 1455917.

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

Color convert

RGB 45 55 22 -
CMYK 0.18 0 0.6 0.78
HSL 78.18º 0.43% 0.15% -
HSV(B) 78.18º 0.6% 0.22% -
XYZ 2.59 3.35 1.27 -
YUV 48.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 45 55 22 0.18 0 0.6 0.78 78.18 0.43 0.15
Hex 2D 37 16 12 0 3C 4E 4E 2B F
Octal 55 67 26 22 0 74 116 116 53 17
Binary 101101 110111 10110 10010 0 111100 1001110 1001110 101011 1111

Color Harmonies of #2D3716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3716

Black with #2D3716

Text Example


Text Example

White with #2D3716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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