Html Css Color HEX #2E500C Turtle Green

📋 copy color: '#2E500C'

red 46 ◦ green 80 ◦ blue 12

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

Shades of Turtle Green #2E500C

Tints of Turtle Green #2E500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 57.97%

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

R = 33.33%
G = 57.97%
B = 8.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#2E500C (or 0x2E500C) is known color: Turtle Green. HEX triplet: 2E, 50 and 0C. RGB value is (46,80,12). Sum of RGB (Red+Green+Blue) = 46+80+12=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #2E500C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E500C is #D1AFF3. Grayscale: #3E3E3E. Windows color (decimal): -13742068 or 806958. OLE color: 806958.

HSL color Cylindrical-coordinate representation of color #2E500C: hue angle of 90º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E500C is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 46 80 12 -
CMYK 0.42 0 0.85 0.69
HSL 90º 0.74% 0.18% -
HSV(B) 90º 0.85% 0.31% -
XYZ 4.06 6.34 1.36 -
YUV 62.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 46 80 12 0.42 0 0.85 0.69 90 0.74 0.18
Hex 2E 50 C 2A 0 55 45 5A 4A 12
Octal 56 120 14 52 0 125 105 132 112 22
Binary 101110 1010000 1100 101010 0 1010101 1000101 1011010 1001010 10010

Color Harmonies of #2E500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E500C

Black with #2E500C

Text Example


Text Example

White with #2E500C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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