#2D4116

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

Shades of Turtle Green #2D4116

Tints of Turtle Green #2D4116

Color information

#2D4116 (or 0x2D4116) is unknown color: approx Turtle Green. HEX triplet: 2D, 41 and 16. RGB value is (45,65,22). Sum of RGB (Red+Green+Blue) = 45+65+22=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4116 is #D2BEE9. Grayscale: #363636. Windows color (decimal): -13811434 or 1458477. OLE color: 1458477.

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

Color convert

RGB456522-
CMYK0.3100.660.75
HSL87.91º49.43%17.06%-
HSV(B)87.91º66.15%25.49%-
XYZ3.124.41.44-
YUV54.12109.87121.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.09%
GREEN value IS 65 (25.78% from 255) = 49.24%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=34.09%
G=49.24%
B=16.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4565220.3100.660.7587.9149.4317.06
Hex2D41161F0424B583111
Octal55101263701021131306121
Binary10110110000011011011111010000101001011101100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,65,22); }

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

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

 a { background-color: rgb(45,65,22); }

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

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

 span { border-color: rgb(45,65,22); }

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