Html Css Color HEX #2E440B Turtle Green

📋 copy color: '#2E440B'

red 46 ◦ green 68 ◦ blue 11

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

Shades of Turtle Green #2E440B

Tints of Turtle Green #2E440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.8%

R = 36.8%
G = 54.4%
B = 8.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#2E440B (or 0x2E440B) is known color: Turtle Green. HEX triplet: 2E, 44 and 0B. RGB value is (46,68,11). Sum of RGB (Red+Green+Blue) = 46+68+11=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #2E440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E440B is #D1BBF4. Grayscale: #373737. Windows color (decimal): -13745141 or 738350. OLE color: 738350.

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

Color convert

RGB 46 68 11 -
CMYK 0.32 0 0.84 0.73
HSL 83.16º 0.72% 0.15% -
HSV(B) 83.16º 0.84% 0.27% -
XYZ 3.25 4.74 1.06 -
YUV 54.92 103.21 121.63 -
System Red Green Blue C M Y K H S L
Decimal 46 68 11 0.32 0 0.84 0.73 83.16 0.72 0.15
Hex 2E 44 B 20 0 54 49 53 48 F
Octal 56 104 13 40 0 124 111 123 110 17
Binary 101110 1000100 1011 100000 0 1010100 1001001 1010011 1001000 1111

Color Harmonies of #2E440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E440B

Black with #2E440B

Text Example


Text Example

White with #2E440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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