#2F3608

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

Shades of Turtle Green #2F3608

Tints of Turtle Green #2F3608

Color information

#2F3608 (or 0x2F3608) is unknown color: approx Turtle Green. HEX triplet: 2F, 36 and 08. RGB value is (47,54,8). Sum of RGB (Red+Green+Blue) = 47+54+8=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #2F3608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3608 is #D0C9F7. Grayscale: #2E2E2E. Windows color (decimal): -13683192 or 538159. OLE color: 538159.

HSL color Cylindrical-coordinate representation of color #2F3608: hue angle of 69.13º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F3608 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB47548-
CMYK0.1300.850.79
HSL69.13º74.19%12.16%-
HSV(B)69.13º85.19%21.18%-
XYZ2.543.260.73-
YUV46.66106.18128.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.12%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 8 (3.52% from 255) = 7.34%
R=43.12%
G=49.54%
B=7.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal475480.1300.850.7969.1374.1912.16
Hex2F368D0554F454ac
Octal57661015012511710511214
Binary10111111011010001101010101011001111100010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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