#2F371B

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

Shades of Turtle Green #2F371B

Tints of Turtle Green #2F371B

Color information

#2F371B (or 0x2F371B) is unknown color: approx Turtle Green. HEX triplet: 2F, 37 and 1B. RGB value is (47,55,27). Sum of RGB (Red+Green+Blue) = 47+55+27=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 55 - color contains mainly: green. Hex color #2F371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F371B is #D0C8E4. Grayscale: #313131. Windows color (decimal): -13682917 or 1783599. OLE color: 1783599.

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

Color convert

RGB475527-
CMYK0.1500.510.78
HSL77.14º34.15%16.08%-
HSV(B)77.14º50.91%21.57%-
XYZ2.743.421.55-
YUV49.42115.35126.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.43%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 27 (10.94% from 255) = 20.93%
R=36.43%
G=42.64%
B=20.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4755270.1500.510.7877.1434.1516.08
Hex2F371BF0334E4d2210
Octal576733170631161154220
Binary10111111011111011111101100111001110100110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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