Html Css Color HEX #2D3617 Turtle Green

📋 copy color: '#2D3617'

red 45 ◦ green 54 ◦ blue 23

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

Shades of Turtle Green #2D3617

Tints of Turtle Green #2D3617

RGB

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

 GREEN value IS 54 (21.48% from 255) = 44.26%

 BLUE value IS 23 (9.38% from 255) = 18.85%

R = 36.89%
G = 44.26%
B = 18.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#2D3617 (or 0x2D3617) is known color: Turtle Green. HEX triplet: 2D, 36 and 17. RGB value is (45,54,23). Sum of RGB (Red+Green+Blue) = 45+54+23=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 54 - color contains mainly: green. Hex color #2D3617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3617 is #D2C9E8. Grayscale: #2F2F2F. Windows color (decimal): -13814249 or 1521197. OLE color: 1521197.

HSL color Cylindrical-coordinate representation of color #2D3617: hue angle of 77.42º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D3617 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB 45 54 23 -
CMYK 0.17 0 0.57 0.79
HSL 77.42º 0.4% 0.15% -
HSV(B) 77.42º 0.57% 0.21% -
XYZ 2.56 3.26 1.3 -
YUV 47.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 45 54 23 0.17 0 0.57 0.79 77.42 0.4 0.15
Hex 2D 36 17 11 0 39 4F 4D 28 F
Octal 55 66 27 21 0 71 117 115 50 17
Binary 101101 110110 10111 10001 0 111001 1001111 1001101 101000 1111

Color Harmonies of #2D3617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3617

Black with #2D3617

Text Example


Text Example

White with #2D3617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,54,23); }

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

background-color css

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

 a { background-color: rgb(45,54,23); }

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

border-color css

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

 span { border-color: rgb(45,54,23); }

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