#2D4B09

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

Shades of Turtle Green #2D4B09

Tints of Turtle Green #2D4B09

Color information

#2D4B09 (or 0x2D4B09) is unknown color: approx Turtle Green. HEX triplet: 2D, 4B and 09. RGB value is (45,75,9). Sum of RGB (Red+Green+Blue) = 45+75+9=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 75 (29.69% from 255 or 58.14% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4B09 is #D2B4F6. Grayscale: #3A3A3A. Windows color (decimal): -13808887 or 609069. OLE color: 609069.

HSL color Cylindrical-coordinate representation of color #2D4B09: hue angle of 87.27º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D4B09 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB45759-
CMYK0.4000.880.71
HSL87.27º78.57%16.47%-
HSV(B)87.27º88%29.41%-
XYZ3.655.611.15-
YUV58.51100.06118.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.88%
GREEN value IS 75 (29.69% from 255) = 58.14%
BLUE value IS 9 (3.91% from 255) = 6.98%
R=34.88%
G=58.14%
B=6.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal457590.4000.880.7187.2778.5716.47
Hex2D4B92805847574f10
Octal551131150013010712711720
Binary101101100101110011010000101100010001111010111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,75,9); }

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

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

 a { background-color: rgb(45,75,9); }

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

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

 span { border-color: rgb(45,75,9); }

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