#2F3805

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

Shades of Turtle Green #2F3805

Tints of Turtle Green #2F3805

Color information

#2F3805 (or 0x2F3805) is unknown color: approx Turtle Green. HEX triplet: 2F, 38 and 05. RGB value is (47,56,5). Sum of RGB (Red+Green+Blue) = 47+56+5=108 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.52% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #2F3805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3805 is #D0C7FA. Grayscale: #2F2F2F. Windows color (decimal): -13682683 or 342063. OLE color: 342063.

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

Color convert

RGB47565-
CMYK0.1600.910.78
HSL70.59º83.61%11.96%-
HSV(B)70.59º91.07%21.96%-
XYZ2.613.440.67-
YUV47.5104.02127.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.52%
GREEN value IS 56 (22.27% from 255) = 51.85%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=43.52%
G=51.85%
B=4.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal475650.1600.910.7870.5983.6111.96
Hex2F3851005B4E4754c
Octal5770520013311610712414
Binary10111111100010110000010110111001110100011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,56,5); }

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

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

 a { background-color: rgb(47,56,5); }

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

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

 span { border-color: rgb(47,56,5); }

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