#2D4015

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

Shades of Turtle Green #2D4015

Tints of Turtle Green #2D4015

Color information

#2D4015 (or 0x2D4015) is unknown color: approx Turtle Green. HEX triplet: 2D, 40 and 15. RGB value is (45,64,21). Sum of RGB (Red+Green+Blue) = 45+64+21=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4015 is #D2BFEA. Grayscale: #353535. Windows color (decimal): -13811691 or 1392685. OLE color: 1392685.

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

Color convert

RGB456421-
CMYK0.3000.670.75
HSL86.51º50.59%16.67%-
HSV(B)86.51º67.19%25.1%-
XYZ3.054.281.37-
YUV53.42109.71122-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.62%
GREEN value IS 64 (25.39% from 255) = 49.23%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=34.62%
G=49.23%
B=16.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4564210.3000.670.7586.5150.5916.67
Hex2D40151E0434B573311
Octal55100253601031131276321
Binary10110110000001010111110010000111001011101011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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