#2F3708

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

Shades of Turtle Green #2F3708

Tints of Turtle Green #2F3708

Color information

#2F3708 (or 0x2F3708) is unknown color: approx Turtle Green. HEX triplet: 2F, 37 and 08. RGB value is (47,55,8). Sum of RGB (Red+Green+Blue) = 47+55+8=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3708 is #D0C8F7. Grayscale: #2F2F2F. Windows color (decimal): -13682936 or 538415. OLE color: 538415.

HSL color Cylindrical-coordinate representation of color #2F3708: hue angle of 70.21º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F3708 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB47558-
CMYK0.1500.850.78
HSL70.21º74.6%12.35%-
HSV(B)70.21º85.45%21.57%-
XYZ2.583.350.74-
YUV47.25105.85127.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 42.73%
GREEN value IS 55 (21.88% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 7.27%
R=42.73%
G=50%
B=7.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal475580.1500.850.7870.2174.612.35
Hex2F378F0554E464bc
Octal57671017012511610611314
Binary10111111011110001111010101011001110100011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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