Html Css Color HEX #2E440C Turtle Green

📋 copy color: '#2E440C'

red 46 ◦ green 68 ◦ blue 12

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

Shades of Turtle Green #2E440C

Tints of Turtle Green #2E440C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.52%

R = 36.51%
G = 53.97%
B = 9.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#2E440C (or 0x2E440C) is known color: Turtle Green. HEX triplet: 2E, 44 and 0C. RGB value is (46,68,12). Sum of RGB (Red+Green+Blue) = 46+68+12=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #2E440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E440C is #D1BBF3. Grayscale: #373737. Windows color (decimal): -13745140 or 803886. OLE color: 803886.

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

Color convert

RGB 46 68 12 -
CMYK 0.32 0 0.82 0.73
HSL 83.57º 0.7% 0.16% -
HSV(B) 83.57º 0.82% 0.27% -
XYZ 3.26 4.74 1.09 -
YUV 55.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 46 68 12 0.32 0 0.82 0.73 83.57 0.7 0.16
Hex 2E 44 C 20 0 52 49 54 46 10
Octal 56 104 14 40 0 122 111 124 106 20
Binary 101110 1000100 1100 100000 0 1010010 1001001 1010100 1000110 10000

Color Harmonies of #2E440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E440C

Black with #2E440C

Text Example


Text Example

White with #2E440C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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