#2D4108

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

Shades of Turtle Green #2D4108

Tints of Turtle Green #2D4108

Color information

#2D4108 (or 0x2D4108) is unknown color: approx Turtle Green. HEX triplet: 2D, 41 and 08. RGB value is (45,65,8). Sum of RGB (Red+Green+Blue) = 45+65+8=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4108 is #D2BEF7. Grayscale: #343434. Windows color (decimal): -13811448 or 540973. OLE color: 540973.

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

Color convert

RGB45658-
CMYK0.3100.880.75
HSL81.05º78.08%14.31%-
HSV(B)81.05º87.69%25.49%-
XYZ3.024.360.91-
YUV52.52102.87122.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 38.14%
GREEN value IS 65 (25.78% from 255) = 55.08%
BLUE value IS 8 (3.52% from 255) = 6.78%
R=38.14%
G=55.08%
B=6.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal456580.3100.880.7581.0578.0814.31
Hex2D4181F0584B514ee
Octal551011037013011312111616
Binary1011011000001100011111010110001001011101000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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