#2F361A

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

Shades of Turtle Green #2F361A

Tints of Turtle Green #2F361A

Color information

#2F361A (or 0x2F361A) is unknown color: approx Turtle Green. HEX triplet: 2F, 36 and 1A. RGB value is (47,54,26). Sum of RGB (Red+Green+Blue) = 47+54+26=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #2F361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F361A is #D0C9E5. Grayscale: #303030. Windows color (decimal): -13683174 or 1717807. OLE color: 1717807.

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

Color convert

RGB475426-
CMYK0.1300.520.79
HSL75º35%15.69%-
HSV(B)75º51.85%21.18%-
XYZ2.683.321.48-
YUV48.72115.18126.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.01%
GREEN value IS 54 (21.48% from 255) = 42.52%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=37.01%
G=42.52%
B=20.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4754260.1300.520.79753515.69
Hex2F361AD0344F4b2310
Octal576632150641171134320
Binary10111111011011010110101101001001111100101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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