#2D420F

Color #2D420F Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #2D420F

Tints of Turtle Green #2D420F

Color information

#2D420F (or 0x2D420F) is unknown color: approx Turtle Green. HEX triplet: 2D, 42 and 0F. RGB value is (45,66,15). Sum of RGB (Red+Green+Blue) = 45+66+15=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #2D420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D420F is #D2BDF0. Grayscale: #363636. Windows color (decimal): -13811185 or 999981. OLE color: 999981.

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

Color convert

RGB456615-
CMYK0.3200.770.74
HSL84.71º62.96%15.88%-
HSV(B)84.71º77.27%25.88%-
XYZ3.124.491.15-
YUV53.91106.04121.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 35.71%
GREEN value IS 66 (26.17% from 255) = 52.38%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=35.71%
G=52.38%
B=11.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4566150.3200.770.7484.7162.9615.88
Hex2D42F2004D4A553f10
Octal55102174001151121257720
Binary10110110000101111100000010011011001010101010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D420F;
 }
 .AnyTagClassName
 {
   color: #2D420F;
 }
</style>
background-color css

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

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

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

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

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

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