#2F391A

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

Shades of Turtle Green #2F391A

Tints of Turtle Green #2F391A

Color information

#2F391A (or 0x2F391A) is unknown color: approx Turtle Green. HEX triplet: 2F, 39 and 1A. RGB value is (47,57,26). Sum of RGB (Red+Green+Blue) = 47+57+26=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #2F391A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F391A is #D0C6E5. Grayscale: #323232. Windows color (decimal): -13682406 or 1718575. OLE color: 1718575.

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

Color convert

RGB475726-
CMYK0.1800.540.78
HSL79.35º37.35%16.27%-
HSV(B)79.35º54.39%22.35%-
XYZ2.823.611.52-
YUV50.48114.19125.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.15%
GREEN value IS 57 (22.66% from 255) = 43.85%
BLUE value IS 26 (10.55% from 255) = 20%
R=36.15%
G=43.85%
B=20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4757260.1800.540.7879.3537.3516.27
Hex2F391A120364E4f2510
Octal577132220661161174520
Binary101111111001110101001001101101001110100111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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