#2F3B15

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

Shades of Turtle Green #2F3B15

Tints of Turtle Green #2F3B15

Color information

#2F3B15 (or 0x2F3B15) is unknown color: approx Turtle Green. HEX triplet: 2F, 3B and 15. RGB value is (47,59,21). Sum of RGB (Red+Green+Blue) = 47+59+21=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 59 - color contains mainly: green. Hex color #2F3B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3B15 is #D0C4EA. Grayscale: #333333. Windows color (decimal): -13681899 or 1391407. OLE color: 1391407.

HSL color Cylindrical-coordinate representation of color #2F3B15: hue angle of 78.95º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F3B15 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB475921-
CMYK0.2000.640.77
HSL78.95º47.5%15.69%-
HSV(B)78.95º64.41%23.14%-
XYZ2.873.791.29-
YUV51.08111.02125.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.01%
GREEN value IS 59 (23.44% from 255) = 46.46%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=37.01%
G=46.46%
B=16.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4759210.2000.640.7778.9547.515.69
Hex2F3B15140404D4f3010
Octal5773252401001151176020
Binary1011111110111010110100010000001001101100111111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,59,21); }

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

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

 a { background-color: rgb(47,59,21); }

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

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

 span { border-color: rgb(47,59,21); }

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