#2D4807

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

Shades of Turtle Green #2D4807

Tints of Turtle Green #2D4807

Color information

#2D4807 (or 0x2D4807) is unknown color: approx Turtle Green. HEX triplet: 2D, 48 and 07. RGB value is (45,72,7). Sum of RGB (Red+Green+Blue) = 45+72+7=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #2D4807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4807 is #D2B7F8. Grayscale: #383838. Windows color (decimal): -13809657 or 477229. OLE color: 477229.

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

Color convert

RGB45727-
CMYK0.3800.900.72
HSL84.92º82.28%15.49%-
HSV(B)84.92º90.28%28.24%-
XYZ3.445.211.03-
YUV56.52100.05119.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36.29%
GREEN value IS 72 (28.52% from 255) = 58.06%
BLUE value IS 7 (3.12% from 255) = 5.65%
R=36.29%
G=58.06%
B=5.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal457270.3800.900.7284.9282.2815.49
Hex2D4872605A485552f
Octal55110746013211012512217
Binary1011011001000111100110010110101001000101010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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