#2F500C

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

Shades of Turtle Green #2F500C

Tints of Turtle Green #2F500C

Color information

#2F500C (or 0x2F500C) is unknown color: approx Turtle Green. HEX triplet: 2F, 50 and 0C. RGB value is (47,80,12). Sum of RGB (Red+Green+Blue) = 47+80+12=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #2F500C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F500C is #D0AFF3. Grayscale: #3E3E3E. Windows color (decimal): -13676532 or 806959. OLE color: 806959.

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

Color convert

RGB478012-
CMYK0.4100.850.69
HSL89.12º73.91%18.04%-
HSV(B)89.12º85%31.37%-
XYZ4.116.371.36-
YUV62.3899.57117.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.81%
GREEN value IS 80 (31.64% from 255) = 57.55%
BLUE value IS 12 (5.08% from 255) = 8.63%
R=33.81%
G=57.55%
B=8.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4780120.4100.850.6989.1273.9118.04
Hex2F50C2905545594a12
Octal571201451012510513111222
Binary101111101000011001010010101010110001011011001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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