#2F4116

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

Shades of Turtle Green #2F4116

Tints of Turtle Green #2F4116

Color information

#2F4116 (or 0x2F4116) is unknown color: approx Turtle Green. HEX triplet: 2F, 41 and 16. RGB value is (47,65,22). Sum of RGB (Red+Green+Blue) = 47+65+22=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4116 is #D0BEE9. Grayscale: #363636. Windows color (decimal): -13680362 or 1458479. OLE color: 1458479.

HSL color Cylindrical-coordinate representation of color #2F4116: hue angle of 85.12º 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 #2F4116 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB476522-
CMYK0.2800.660.75
HSL85.12º49.43%17.06%-
HSV(B)85.12º66.15%25.49%-
XYZ3.214.441.45-
YUV54.72109.54122.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.07%
GREEN value IS 65 (25.78% from 255) = 48.51%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=35.07%
G=48.51%
B=16.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4765220.2800.660.7585.1249.4317.06
Hex2F41161C0424B553111
Octal57101263401021131256121
Binary10111110000011011011100010000101001011101010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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