Html Css Color HEX #2E8601 Bilbao

📋 copy color: '#2E8601'

red 46 ◦ green 134 ◦ blue 1

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

Shades of Bilbao #2E8601

Tints of Bilbao #2E8601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 74.03%

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

R = 25.41%
G = 74.03%
B = 0.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#2E8601 (or 0x2E8601) is known color: Bilbao. HEX triplet: 2E, 86 and 01. RGB value is (46,134,1). Sum of RGB (Red+Green+Blue) = 46+134+1=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 134 (52.73% from 255 or 74.03% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 134 - color contains mainly: green. Hex color #2E8601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8601 is #D179FE. Grayscale: #5C5C5C. Windows color (decimal): -13728255 or 99886. OLE color: 99886.

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

Color convert

RGB 46 134 1 -
CMYK 0.66 0 0.99 0.47
HSL 99.7º 0.99% 0.26% -
HSV(B) 99.7º 0.99% 0.53% -
XYZ 9.66 17.63 2.92 -
YUV 92.53 76.35 94.81 -
System Red Green Blue C M Y K H S L
Decimal 46 134 1 0.66 0 0.99 0.47 99.7 0.99 0.26
Hex 2E 86 1 42 0 63 2F 64 63 1A
Octal 56 206 1 102 0 143 57 144 143 32
Binary 101110 10000110 1 1000010 0 1100011 101111 1100100 1100011 11010

Color Harmonies of #2E8601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8601

Black with #2E8601

Text Example


Text Example

White with #2E8601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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