Html Css Color HEX #2E8813 Bilbao

📋 copy color: '#2E8813'

red 46 ◦ green 136 ◦ blue 19

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

Shades of Bilbao #2E8813

Tints of Bilbao #2E8813

RGB

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

 GREEN value IS 136 (53.52% from 255) = 67.66%

 BLUE value IS 19 (7.81% from 255) = 9.45%

R = 22.89%
G = 67.66%
B = 9.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#2E8813 (or 0x2E8813) is known color: Bilbao. HEX triplet: 2E, 88 and 13. RGB value is (46,136,19). Sum of RGB (Red+Green+Blue) = 46+136+19=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 136 (53.52% from 255 or 67.66% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 136 - color contains mainly: green. Hex color #2E8813 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8813 is #D177EC. Grayscale: #606060. Windows color (decimal): -13727725 or 1280046. OLE color: 1280046.

HSL color Cylindrical-coordinate representation of color #2E8813: hue angle of 106.15º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E8813 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 136 19 -
CMYK 0.66 0 0.86 0.47
HSL 106.15º 0.75% 0.3% -
HSV(B) 106.15º 0.86% 0.53% -
XYZ 10.05 18.24 3.61 -
YUV 95.75 84.68 92.51 -
System Red Green Blue C M Y K H S L
Decimal 46 136 19 0.66 0 0.86 0.47 106.15 0.75 0.3
Hex 2E 88 13 42 0 56 2F 6A 4B 1E
Octal 56 210 23 102 0 126 57 152 113 36
Binary 101110 10001000 10011 1000010 0 1010110 101111 1101010 1001011 11110

Color Harmonies of #2E8813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8813

Black with #2E8813

Text Example


Text Example

White with #2E8813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,136,19); }

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

background-color css

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

 a { background-color: rgb(46,136,19); }

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

border-color css

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

 span { border-color: rgb(46,136,19); }

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