#2F420F

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

Shades of Turtle Green #2F420F

Tints of Turtle Green #2F420F

Color information

#2F420F (or 0x2F420F) is unknown color: approx Turtle Green. HEX triplet: 2F, 42 and 0F. RGB value is (47,66,15). Sum of RGB (Red+Green+Blue) = 47+66+15=128 (16% of max value = 765). Red value is 47 (18.75% from 255 or 36.72% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #2F420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F420F is #D0BDF0. Grayscale: #363636. Windows color (decimal): -13680113 or 999983. OLE color: 999983.

HSL color Cylindrical-coordinate representation of color #2F420F: hue angle of 82.35º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F420F is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB476615-
CMYK0.2900.770.74
HSL82.35º62.96%15.88%-
HSV(B)82.35º77.27%25.88%-
XYZ3.214.541.16-
YUV54.5105.71122.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.72%
GREEN value IS 66 (26.17% from 255) = 51.56%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=36.72%
G=51.56%
B=11.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4766150.2900.770.7482.3562.9615.88
Hex2F42F1D04D4A523f10
Octal57102173501151121227720
Binary1011111000010111111101010011011001010101001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,66,15); }

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

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

 a { background-color: rgb(47,66,15); }

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

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

 span { border-color: rgb(47,66,15); }

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