Html Css Color HEX #2E400E Turtle Green

📋 copy color: '#2E400E'

red 46 ◦ green 64 ◦ blue 14

#2E400E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #2E400E

Tints of Turtle Green #2E400E

RGB

 RED value IS 46 (18.36% from 255) = 37.1%

 GREEN value IS 64 (25.39% from 255) = 51.61%

 BLUE value IS 14 (5.86% from 255) = 11.29%

R = 37.1%
G = 51.61%
B = 11.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#2E400E (or 0x2E400E) is known color: Turtle Green. HEX triplet: 2E, 40 and 0E. RGB value is (46,64,14). Sum of RGB (Red+Green+Blue) = 46+64+14=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #2E400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E400E is #D1BFF1. Grayscale: #353535. Windows color (decimal): -13746162 or 933934. OLE color: 933934.

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

Color convert

RGB 46 64 14 -
CMYK 0.28 0 0.78 0.75
HSL 81.6º 0.64% 0.15% -
HSV(B) 81.6º 0.78% 0.25% -
XYZ 3.04 4.28 1.08 -
YUV 52.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 46 64 14 0.28 0 0.78 0.75 81.6 0.64 0.15
Hex 2E 40 E 1C 0 4E 4B 52 40 F
Octal 56 100 16 34 0 116 113 122 100 17
Binary 101110 1000000 1110 11100 0 1001110 1001011 1010010 1000000 1111

Color Harmonies of #2E400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E400E

Black with #2E400E

Text Example


Text Example

White with #2E400E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,64,14); }

 H1.HeaderClassName
 {
   color: #2E400E;
 }
 .AnyTagClassName
 {
   color: #2E400E;
 }
</style>

background-color css

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

 a { background-color: rgb(46,64,14); }

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

border-color css

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

 span { border-color: rgb(46,64,14); }

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