#2F500D

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

Shades of Turtle Green #2F500D

Tints of Turtle Green #2F500D

Color information

#2F500D (or 0x2F500D) is unknown color: approx Turtle Green. HEX triplet: 2F, 50 and 0D. RGB value is (47,80,13). Sum of RGB (Red+Green+Blue) = 47+80+13=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #2F500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F500D is #D0AFF2. Grayscale: #3E3E3E. Windows color (decimal): -13676531 or 872495. OLE color: 872495.

HSL color Cylindrical-coordinate representation of color #2F500D: hue angle of 89.55º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F500D is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB478013-
CMYK0.4100.840.69
HSL89.55º72.04%18.24%-
HSV(B)89.55º83.75%31.37%-
XYZ4.116.371.39-
YUV62.49100.07116.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.57%
GREEN value IS 80 (31.64% from 255) = 57.14%
BLUE value IS 13 (5.47% from 255) = 9.29%
R=33.57%
G=57.14%
B=9.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4780130.4100.840.6989.5572.0418.24
Hex2F50D29054455a4812
Octal571201551012410513211022
Binary101111101000011011010010101010010001011011010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,80,13); }

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

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

 a { background-color: rgb(47,80,13); }

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

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

 span { border-color: rgb(47,80,13); }

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