#2F4016

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

Shades of Turtle Green #2F4016

Tints of Turtle Green #2F4016

Color information

#2F4016 (or 0x2F4016) is unknown color: approx Turtle Green. HEX triplet: 2F, 40 and 16. RGB value is (47,64,22). Sum of RGB (Red+Green+Blue) = 47+64+22=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4016 is #D0BFE9. Grayscale: #363636. Windows color (decimal): -13680618 or 1458223. OLE color: 1458223.

HSL color Cylindrical-coordinate representation of color #2F4016: hue angle of 84.29º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F4016 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB476422-
CMYK0.2700.660.75
HSL84.29º48.84%16.86%-
HSV(B)84.29º65.62%25.1%-
XYZ3.154.331.43-
YUV54.13109.87122.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.34%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=35.34%
G=48.12%
B=16.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4764220.2700.660.7584.2948.8416.86
Hex2F40161B0424B543111
Octal57100263301021131246121
Binary10111110000001011011011010000101001011101010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,64,22); }

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

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

 a { background-color: rgb(47,64,22); }

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

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

 span { border-color: rgb(47,64,22); }

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