#2F351B

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

Shades of Turtle Green #2F351B

Tints of Turtle Green #2F351B

Color information

#2F351B (or 0x2F351B) is unknown color: approx Turtle Green. HEX triplet: 2F, 35 and 1B. RGB value is (47,53,27). Sum of RGB (Red+Green+Blue) = 47+53+27=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 53 - color contains mainly: green. Hex color #2F351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F351B is #D0CAE4. Grayscale: #303030. Windows color (decimal): -13683429 or 1783087. OLE color: 1783087.

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

Color convert

RGB475327-
CMYK0.1100.490.79
HSL73.85º32.5%15.69%-
HSV(B)73.85º49.06%20.78%-
XYZ2.643.231.52-
YUV48.24116.01127.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.01%
GREEN value IS 53 (21.09% from 255) = 41.73%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=37.01%
G=41.73%
B=21.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4753270.1100.490.7973.8532.515.69
Hex2F351BB0314F4a2010
Octal576533130611171124020
Binary10111111010111011101101100011001111100101010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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