#2E361B

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

Shades of Turtle Green #2E361B

Tints of Turtle Green #2E361B

Color information

#2E361B (or 0x2E361B) is unknown color: approx Turtle Green. HEX triplet: 2E, 36 and 1B. RGB value is (46,54,27). Sum of RGB (Red+Green+Blue) = 46+54+27=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #2E361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E361B is #D1C9E4. Grayscale: #303030. Windows color (decimal): -13748709 or 1783342. OLE color: 1783342.

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

Color convert

RGB465427-
CMYK0.1500.50.79
HSL77.78º33.33%15.88%-
HSV(B)77.78º50%21.18%-
XYZ2.643.31.53-
YUV48.53115.85126.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.22%
GREEN value IS 54 (21.48% from 255) = 42.52%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=36.22%
G=42.52%
B=21.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4654270.1500.50.7977.7833.3315.88
Hex2E361BF0324F4e2110
Octal566633170621171164120
Binary10111011011011011111101100101001111100111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,54,27); }

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

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

 a { background-color: rgb(46,54,27); }

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

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

 span { border-color: rgb(46,54,27); }

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