Html Css Color HEX #2E8201 Bilbao

📋 copy color: '#2E8201'

red 46 ◦ green 130 ◦ blue 1

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

Shades of Bilbao #2E8201

Tints of Bilbao #2E8201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 73.45%

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 25.99%
G = 73.45%
B = 0.56%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#2E8201 (or 0x2E8201) is known color: Bilbao. HEX triplet: 2E, 82 and 01. RGB value is (46,130,1). Sum of RGB (Red+Green+Blue) = 46+130+1=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 130 (51.17% from 255 or 73.45% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 130 - color contains mainly: green. Hex color #2E8201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8201 is #D17DFE. Grayscale: #5A5A5A. Windows color (decimal): -13729279 or 98862. OLE color: 98862.

HSL color Cylindrical-coordinate representation of color #2E8201: hue angle of 99.07º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E8201 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 130 1 -
CMYK 0.65 0 0.99 0.49
HSL 99.07º 0.98% 0.26% -
HSV(B) 99.07º 0.99% 0.51% -
XYZ 9.11 16.55 2.74 -
YUV 90.18 77.67 96.49 -
System Red Green Blue C M Y K H S L
Decimal 46 130 1 0.65 0 0.99 0.49 99.07 0.98 0.26
Hex 2E 82 1 41 0 63 31 63 62 1A
Octal 56 202 1 101 0 143 61 143 142 32
Binary 101110 10000010 1 1000001 0 1100011 110001 1100011 1100010 11010

Color Harmonies of #2E8201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8201

Black with #2E8201

Text Example


Text Example

White with #2E8201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,130,1); }

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

background-color css

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

 a { background-color: rgb(46,130,1); }

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

border-color css

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

 span { border-color: rgb(46,130,1); }

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