Html Css Color HEX #2D3C17 Turtle Green

📋 copy color: '#2D3C17'

red 45 ◦ green 60 ◦ blue 23

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

Shades of Turtle Green #2D3C17

Tints of Turtle Green #2D3C17

RGB

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

 GREEN value IS 60 (23.83% from 255) = 46.88%

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

R = 35.16%
G = 46.88%
B = 17.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.76

RGB Variations

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

Color information

#2D3C17 (or 0x2D3C17) is known color: Turtle Green. HEX triplet: 2D, 3C and 17. RGB value is (45,60,23). Sum of RGB (Red+Green+Blue) = 45+60+23=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 60 (23.83% from 255 or 46.88% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 60 - color contains mainly: green. Hex color #2D3C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3C17 is #D2C3E8. Grayscale: #333333. Windows color (decimal): -13812713 or 1522733. OLE color: 1522733.

HSL color Cylindrical-coordinate representation of color #2D3C17: hue angle of 84.32º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D3C17 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.76.

Color convert

RGB 45 60 23 -
CMYK 0.25 0 0.62 0.76
HSL 84.32º 0.45% 0.16% -
HSV(B) 84.32º 0.62% 0.24% -
XYZ 2.85 3.85 1.4 -
YUV 51.3 112.03 123.51 -
System Red Green Blue C M Y K H S L
Decimal 45 60 23 0.25 0 0.62 0.76 84.32 0.45 0.16
Hex 2D 3C 17 19 0 3E 4C 54 2D 10
Octal 55 74 27 31 0 76 114 124 55 20
Binary 101101 111100 10111 11001 0 111110 1001100 1010100 101101 10000

Color Harmonies of #2D3C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3C17

Black with #2D3C17

Text Example


Text Example

White with #2D3C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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