#2F3410

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

Shades of Turtle Green #2F3410

Tints of Turtle Green #2F3410

Color information

#2F3410 (or 0x2F3410) is unknown color: approx Turtle Green. HEX triplet: 2F, 34 and 10. RGB value is (47,52,16). Sum of RGB (Red+Green+Blue) = 47+52+16=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #2F3410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3410 is #D0CBEF. Grayscale: #2E2E2E. Windows color (decimal): -13683696 or 1061935. OLE color: 1061935.

HSL color Cylindrical-coordinate representation of color #2F3410: hue angle of 68.33º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F3410 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.80.

Color convert

RGB475216-
CMYK0.1000.690.80
HSL68.33º52.94%13.33%-
HSV(B)68.33º69.23%20.39%-
XYZ2.493.10.96-
YUV46.4110.84128.43-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.87%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 16 (6.64% from 255) = 13.91%
R=40.87%
G=45.22%
B=13.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4752160.1000.690.8068.3352.9413.33
Hex2F3410A045504435d
Octal5764201201051201046515
Binary10111111010010000101001000101101000010001001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,52,16); }

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

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

 a { background-color: rgb(47,52,16); }

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

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

 span { border-color: rgb(47,52,16); }

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