#2E3714

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

Shades of Turtle Green #2E3714

Tints of Turtle Green #2E3714

Color information

#2E3714 (or 0x2E3714) is unknown color: approx Turtle Green. HEX triplet: 2E, 37 and 14. RGB value is (46,55,20). Sum of RGB (Red+Green+Blue) = 46+55+20=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #2E3714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3714 is #D1C8EB. Grayscale: #303030. Windows color (decimal): -13748460 or 1324846. OLE color: 1324846.

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

Color convert

RGB465520-
CMYK0.1600.640.78
HSL75.43º46.67%14.71%-
HSV(B)75.43º63.64%21.57%-
XYZ2.623.361.17-
YUV48.32112.02126.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.02%
GREEN value IS 55 (21.88% from 255) = 45.45%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=38.02%
G=45.45%
B=16.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4655200.1600.640.7875.4346.6714.71
Hex2E3714100404E4b2ff
Octal5667242001001161135717
Binary101110110111101001000001000000100111010010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,55,20); }

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

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

 a { background-color: rgb(46,55,20); }

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

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

 span { border-color: rgb(46,55,20); }

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