#2F330E

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

Shades of Turtle Green #2F330E

Tints of Turtle Green #2F330E

Color information

#2F330E (or 0x2F330E) is unknown color: approx Turtle Green. HEX triplet: 2F, 33 and 0E. RGB value is (47,51,14). Sum of RGB (Red+Green+Blue) = 47+51+14=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #2F330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F330E is #D0CCF1. Grayscale: #2D2D2D. Windows color (decimal): -13683954 or 930607. OLE color: 930607.

HSL color Cylindrical-coordinate representation of color #2F330E: hue angle of 66.49º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F330E is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB475114-
CMYK0.0800.730.8
HSL66.49º56.92%12.75%-
HSV(B)66.49º72.55%20%-
XYZ2.4430.87-
YUV45.59110.17129.01-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.96%
GREEN value IS 51 (20.31% from 255) = 45.54%
BLUE value IS 14 (5.86% from 255) = 12.5%
R=41.96%
G=45.54%
B=12.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4751140.0800.730.866.4956.9212.75
Hex2F33E8049504239d
Octal5763161001111201027115
Binary1011111100111110100001001001101000010000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,51,14); }

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

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

 a { background-color: rgb(47,51,14); }

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

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

 span { border-color: rgb(47,51,14); }

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