#2D480D

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

Shades of Turtle Green #2D480D

Tints of Turtle Green #2D480D

Color information

#2D480D (or 0x2D480D) is unknown color: approx Turtle Green. HEX triplet: 2D, 48 and 0D. RGB value is (45,72,13). Sum of RGB (Red+Green+Blue) = 45+72+13=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #2D480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D480D is #D2B7F2. Grayscale: #393939. Windows color (decimal): -13809651 or 870445. OLE color: 870445.

HSL color Cylindrical-coordinate representation of color #2D480D: hue angle of 87.46º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D480D is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB457213-
CMYK0.3800.820.72
HSL87.46º69.41%16.67%-
HSV(B)87.46º81.94%28.24%-
XYZ3.475.221.21-
YUV57.2103.05119.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.62%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 13 (5.47% from 255) = 10%
R=34.62%
G=55.38%
B=10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4572130.3800.820.7287.4669.4116.67
Hex2D48D2605248574511
Octal551101546012211012710521
Binary101101100100011011001100101001010010001010111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,72,13); }

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

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

 a { background-color: rgb(45,72,13); }

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

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

 span { border-color: rgb(45,72,13); }

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