#2F390C

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

Shades of Turtle Green #2F390C

Tints of Turtle Green #2F390C

Color information

#2F390C (or 0x2F390C) is unknown color: approx Turtle Green. HEX triplet: 2F, 39 and 0C. RGB value is (47,57,12). Sum of RGB (Red+Green+Blue) = 47+57+12=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #2F390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F390C is #D0C6F3. Grayscale: #313131. Windows color (decimal): -13682420 or 801071. OLE color: 801071.

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

Color convert

RGB475712-
CMYK0.1800.790.78
HSL73.33º65.22%13.53%-
HSV(B)73.33º78.95%22.35%-
XYZ2.73.560.89-
YUV48.88107.19126.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.52%
GREEN value IS 57 (22.66% from 255) = 49.14%
BLUE value IS 12 (5.08% from 255) = 10.34%
R=40.52%
G=49.14%
B=10.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4757120.1800.790.7873.3365.2213.53
Hex2F39C1204F4E4941e
Octal57711422011711611110116
Binary101111111001110010010010011111001110100100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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