#2F410A

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

Shades of Turtle Green #2F410A

Tints of Turtle Green #2F410A

Color information

#2F410A (or 0x2F410A) is unknown color: approx Turtle Green. HEX triplet: 2F, 41 and 0A. RGB value is (47,65,10). Sum of RGB (Red+Green+Blue) = 47+65+10=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #2F410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F410A is #D0BEF5. Grayscale: #353535. Windows color (decimal): -13680374 or 672047. OLE color: 672047.

HSL color Cylindrical-coordinate representation of color #2F410A: hue angle of 79.64º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F410A is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB476510-
CMYK0.2800.850.75
HSL79.64º73.33%14.71%-
HSV(B)79.64º84.62%25.49%-
XYZ3.124.410.97-
YUV53.35103.54123.47-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.52%
GREEN value IS 65 (25.78% from 255) = 53.28%
BLUE value IS 10 (4.30% from 255) = 8.20%
R=38.52%
G=53.28%
B=8.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4765100.2800.850.7579.6473.3314.71
Hex2F41A1C0554B5049f
Octal571011234012511312011117
Binary1011111000001101011100010101011001011101000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,65,10); }

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

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

 a { background-color: rgb(47,65,10); }

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

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

 span { border-color: rgb(47,65,10); }

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