Html Css Color HEX #2E440E Turtle Green

📋 copy color: '#2E440E'

red 46 ◦ green 68 ◦ blue 14

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

Shades of Turtle Green #2E440E

Tints of Turtle Green #2E440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 53.13%

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

R = 35.94%
G = 53.13%
B = 10.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#2E440E (or 0x2E440E) is known color: Turtle Green. HEX triplet: 2E, 44 and 0E. RGB value is (46,68,14). Sum of RGB (Red+Green+Blue) = 46+68+14=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #2E440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E440E is #D1BBF1. Grayscale: #373737. Windows color (decimal): -13745138 or 934958. OLE color: 934958.

HSL color Cylindrical-coordinate representation of color #2E440E: hue angle of 84.44º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E440E is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 68 14 -
CMYK 0.32 0 0.79 0.73
HSL 84.44º 0.66% 0.16% -
HSV(B) 84.44º 0.79% 0.27% -
XYZ 3.27 4.75 1.16 -
YUV 55.27 104.71 121.39 -
System Red Green Blue C M Y K H S L
Decimal 46 68 14 0.32 0 0.79 0.73 84.44 0.66 0.16
Hex 2E 44 E 20 0 4F 49 54 42 10
Octal 56 104 16 40 0 117 111 124 102 20
Binary 101110 1000100 1110 100000 0 1001111 1001001 1010100 1000010 10000

Color Harmonies of #2E440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E440E

Black with #2E440E

Text Example


Text Example

White with #2E440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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