Html Css Color HEX #2E8515 Bilbao

📋 copy color: '#2E8515'

red 46 ◦ green 133 ◦ blue 21

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

Shades of Bilbao #2E8515

Tints of Bilbao #2E8515

RGB

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

 GREEN value IS 133 (52.34% from 255) = 66.5%

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 23%
G = 66.5%
B = 10.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#2E8515 (or 0x2E8515) is known color: Bilbao. HEX triplet: 2E, 85 and 15. RGB value is (46,133,21). Sum of RGB (Red+Green+Blue) = 46+133+21=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 133 (52.34% from 255 or 66.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 133 - color contains mainly: green. Hex color #2E8515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8515 is #D17AEA. Grayscale: #5E5E5E. Windows color (decimal): -13728491 or 1410350. OLE color: 1410350.

HSL color Cylindrical-coordinate representation of color #2E8515: hue angle of 106.61º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E8515 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 133 21 -
CMYK 0.65 0 0.84 0.48
HSL 106.61º 0.73% 0.3% -
HSV(B) 106.61º 0.84% 0.52% -
XYZ 9.65 17.41 3.56 -
YUV 94.22 86.68 93.61 -
System Red Green Blue C M Y K H S L
Decimal 46 133 21 0.65 0 0.84 0.48 106.61 0.73 0.3
Hex 2E 85 15 41 0 54 30 6B 49 1E
Octal 56 205 25 101 0 124 60 153 111 36
Binary 101110 10000101 10101 1000001 0 1010100 110000 1101011 1001001 11110

Color Harmonies of #2E8515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8515

Black with #2E8515

Text Example


Text Example

White with #2E8515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,133,21); }

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

background-color css

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

 a { background-color: rgb(46,133,21); }

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

border-color css

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

 span { border-color: rgb(46,133,21); }

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