#2F390B

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

Shades of Turtle Green #2F390B

Tints of Turtle Green #2F390B

Color information

#2F390B (or 0x2F390B) is unknown color: approx Turtle Green. HEX triplet: 2F, 39 and 0B. RGB value is (47,57,11). Sum of RGB (Red+Green+Blue) = 47+57+11=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #2F390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F390B is #D0C6F4. Grayscale: #303030. Windows color (decimal): -13682421 or 735535. OLE color: 735535.

HSL color Cylindrical-coordinate representation of color #2F390B: hue angle of 73.04º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F390B is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB475711-
CMYK0.1800.810.78
HSL73.04º67.65%13.33%-
HSV(B)73.04º80.7%22.35%-
XYZ2.73.550.86-
YUV48.77106.69126.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.87%
GREEN value IS 57 (22.66% from 255) = 49.57%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=40.87%
G=49.57%
B=9.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4757110.1800.810.7873.0467.6513.33
Hex2F39B120514E4944d
Octal57711322012111611110415
Binary101111111001101110010010100011001110100100110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,57,11); }

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

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

 a { background-color: rgb(47,57,11); }

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

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

 span { border-color: rgb(47,57,11); }

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