Html Css Color HEX #2D3F15 Turtle Green

📋 copy color: '#2D3F15'

red 45 ◦ green 63 ◦ blue 21

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

Shades of Turtle Green #2D3F15

Tints of Turtle Green #2D3F15

RGB

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

 GREEN value IS 63 (25% from 255) = 48.84%

 BLUE value IS 21 (8.59% from 255) = 16.28%

R = 34.88%
G = 48.84%
B = 16.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#2D3F15 (or 0x2D3F15) is known color: Turtle Green. HEX triplet: 2D, 3F and 15. RGB value is (45,63,21). Sum of RGB (Red+Green+Blue) = 45+63+21=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 63 (25% from 255 or 48.84% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 63 - color contains mainly: green. Hex color #2D3F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3F15 is #D2C0EA. Grayscale: #343434. Windows color (decimal): -13811947 or 1392429. OLE color: 1392429.

HSL color Cylindrical-coordinate representation of color #2D3F15: hue angle of 85.71º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D3F15 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 45 63 21 -
CMYK 0.29 0 0.67 0.75
HSL 85.71º 0.5% 0.16% -
HSV(B) 85.71º 0.67% 0.25% -
XYZ 3 4.17 1.36 -
YUV 52.83 110.04 122.42 -
System Red Green Blue C M Y K H S L
Decimal 45 63 21 0.29 0 0.67 0.75 85.71 0.5 0.16
Hex 2D 3F 15 1D 0 43 4B 56 32 10
Octal 55 77 25 35 0 103 113 126 62 20
Binary 101101 111111 10101 11101 0 1000011 1001011 1010110 110010 10000

Color Harmonies of #2D3F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3F15

Black with #2D3F15

Text Example


Text Example

White with #2D3F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,63,21); }

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

background-color css

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

 a { background-color: rgb(45,63,21); }

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

border-color css

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

 span { border-color: rgb(45,63,21); }

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