#2F4415

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

Shades of Turtle Green #2F4415

Tints of Turtle Green #2F4415

Color information

#2F4415 (or 0x2F4415) is unknown color: approx Turtle Green. HEX triplet: 2F, 44 and 15. RGB value is (47,68,21). Sum of RGB (Red+Green+Blue) = 47+68+21=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4415 is #D0BBEA. Grayscale: #383838. Windows color (decimal): -13679595 or 1393711. OLE color: 1393711.

HSL color Cylindrical-coordinate representation of color #2F4415: hue angle of 86.81º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F4415 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB476821-
CMYK0.3100.690.73
HSL86.81º52.81%17.45%-
HSV(B)86.81º69.12%26.67%-
XYZ3.374.791.46-
YUV56.36108.04121.32-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.56%
GREEN value IS 68 (26.95% from 255) = 50%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=34.56%
G=50%
B=15.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4768210.3100.690.7386.8152.8117.45
Hex2F44151F04549573511
Octal57104253701051111276521
Binary10111110001001010111111010001011001001101011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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