Html Css Color HEX #2D3817 Turtle Green

📋 copy color: '#2D3817'

red 45 ◦ green 56 ◦ blue 23

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

Shades of Turtle Green #2D3817

Tints of Turtle Green #2D3817

RGB

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

 GREEN value IS 56 (22.27% from 255) = 45.16%

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

R = 36.29%
G = 45.16%
B = 18.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#2D3817 (or 0x2D3817) is known color: Turtle Green. HEX triplet: 2D, 38 and 17. RGB value is (45,56,23). Sum of RGB (Red+Green+Blue) = 45+56+23=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #2D3817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3817 is #D2C7E8. Grayscale: #313131. Windows color (decimal): -13813737 or 1521709. OLE color: 1521709.

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

Color convert

RGB 45 56 23 -
CMYK 0.20 0 0.59 0.78
HSL 80º 0.42% 0.15% -
HSV(B) 80º 0.59% 0.22% -
XYZ 2.65 3.45 1.34 -
YUV 48.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 45 56 23 0.20 0 0.59 0.78 80 0.42 0.15
Hex 2D 38 17 14 0 3B 4E 50 2A F
Octal 55 70 27 24 0 73 116 120 52 17
Binary 101101 111000 10111 10100 0 111011 1001110 1010000 101010 1111

Color Harmonies of #2D3817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3817

Black with #2D3817

Text Example


Text Example

White with #2D3817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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