Html Css Color HEX #2D4215 Turtle Green

📋 copy color: '#2D4215'

red 45 ◦ green 66 ◦ blue 21

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

Shades of Turtle Green #2D4215

Tints of Turtle Green #2D4215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50%

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

R = 34.09%
G = 50%
B = 15.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#2D4215 (or 0x2D4215) is known color: Turtle Green. HEX triplet: 2D, 42 and 15. RGB value is (45,66,21). Sum of RGB (Red+Green+Blue) = 45+66+21=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #2D4215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4215 is #D2BDEA. Grayscale: #363636. Windows color (decimal): -13811179 or 1393197. OLE color: 1393197.

HSL color Cylindrical-coordinate representation of color #2D4215: hue angle of 88º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D4215 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.74.

Color convert

RGB 45 66 21 -
CMYK 0.32 0 0.68 0.74
HSL 88º 0.52% 0.17% -
HSV(B) 88º 0.68% 0.26% -
XYZ 3.17 4.51 1.41 -
YUV 54.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 45 66 21 0.32 0 0.68 0.74 88 0.52 0.17
Hex 2D 42 15 20 0 44 4A 58 34 11
Octal 55 102 25 40 0 104 112 130 64 21
Binary 101101 1000010 10101 100000 0 1000100 1001010 1011000 110100 10001

Color Harmonies of #2D4215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4215

Black with #2D4215

Text Example


Text Example

White with #2D4215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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