#2F3308

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

Shades of Turtle Green #2F3308

Tints of Turtle Green #2F3308

Color information

#2F3308 (or 0x2F3308) is unknown color: approx Turtle Green. HEX triplet: 2F, 33 and 08. RGB value is (47,51,8). Sum of RGB (Red+Green+Blue) = 47+51+8=106 (14% of max value = 765). Red value is 47 (18.75% from 255 or 44.34% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #2F3308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3308 is #D0CCF7. Grayscale: #2D2D2D. Windows color (decimal): -13683960 or 537391. OLE color: 537391.

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

Color convert

RGB47518-
CMYK0.0800.840.8
HSL65.58º72.88%11.57%-
HSV(B)65.58º84.31%20%-
XYZ2.42.990.68-
YUV44.9107.17129.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 44.34%
GREEN value IS 51 (20.31% from 255) = 48.11%
BLUE value IS 8 (3.52% from 255) = 7.55%
R=44.34%
G=48.11%
B=7.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal475180.0800.840.865.5872.8811.57
Hex2F3388054504249c
Octal57631010012412010211114
Binary10111111001110001000010101001010000100001010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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