#2E4100

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

Shades of Turtle Green #2E4100

Tints of Turtle Green #2E4100

Color information

#2E4100 (or 0x2E4100) is unknown color: approx Turtle Green. HEX triplet: 2E, 41 and 00. RGB value is (46,65,0). Sum of RGB (Red+Green+Blue) = 46+65+0=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4100 is #D1BEFF. Grayscale: #343434. Windows color (decimal): -13745920 or 16686. OLE color: 16686.

HSL color Cylindrical-coordinate representation of color #2E4100: hue angle of 77.54º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E4100 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB46650-
CMYK0.29010.75
HSL77.54º100%12.75%-
HSV(B)77.54º100%25.49%-
XYZ3.024.360.68-
YUV51.9198.71123.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 41.44%
GREEN value IS 65 (25.78% from 255) = 58.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.44%
G=58.56%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal466500.29010.7577.5410012.75
Hex2E4101D0644B4e64d
Octal56101035014411311614415
Binary1011101000001011101011001001001011100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,65,0); }

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

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

 a { background-color: rgb(46,65,0); }

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

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

 span { border-color: rgb(46,65,0); }

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