#2F351A

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

Shades of Turtle Green #2F351A

Tints of Turtle Green #2F351A

Color information

#2F351A (or 0x2F351A) is unknown color: approx Turtle Green. HEX triplet: 2F, 35 and 1A. RGB value is (47,53,26). Sum of RGB (Red+Green+Blue) = 47+53+26=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 53 - color contains mainly: green. Hex color #2F351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F351A is #D0CAE5. Grayscale: #303030. Windows color (decimal): -13683430 or 1717551. OLE color: 1717551.

HSL color Cylindrical-coordinate representation of color #2F351A: hue angle of 73.33º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F351A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB475326-
CMYK0.1100.510.79
HSL73.33º34.18%15.49%-
HSV(B)73.33º50.94%20.78%-
XYZ2.633.231.46-
YUV48.13115.51127.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.30%
GREEN value IS 53 (21.09% from 255) = 42.06%
BLUE value IS 26 (10.55% from 255) = 20.63%
R=37.30%
G=42.06%
B=20.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4753260.1100.510.7973.3334.1815.49
Hex2F351AB0334F4922f
Octal576532130631171114217
Binary1011111101011101010110110011100111110010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,53,26); }

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

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

 a { background-color: rgb(47,53,26); }

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

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

 span { border-color: rgb(47,53,26); }

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