#2E380B

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

Shades of Turtle Green #2E380B

Tints of Turtle Green #2E380B

Color information

#2E380B (or 0x2E380B) is unknown color: approx Turtle Green. HEX triplet: 2E, 38 and 0B. RGB value is (46,56,11). Sum of RGB (Red+Green+Blue) = 46+56+11=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #2E380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E380B is #D1C7F4. Grayscale: #303030. Windows color (decimal): -13748213 or 735278. OLE color: 735278.

HSL color Cylindrical-coordinate representation of color #2E380B: hue angle of 73.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E380B is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB465611-
CMYK0.1800.800.78
HSL73.33º67.16%13.14%-
HSV(B)73.33º80.36%21.96%-
XYZ2.63.430.84-
YUV47.88107.19126.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40.71%
GREEN value IS 56 (22.27% from 255) = 49.56%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=40.71%
G=49.56%
B=9.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4656110.1800.800.7873.3367.1613.14
Hex2E38B120504E4943d
Octal56701322012011611110315
Binary101110111000101110010010100001001110100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,56,11); }

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

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

 a { background-color: rgb(46,56,11); }

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

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

 span { border-color: rgb(46,56,11); }

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