Html Css Color HEX #2E821E Bilbao

📋 copy color: '#2E821E'

red 46 ◦ green 130 ◦ blue 30

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

Shades of Bilbao #2E821E

Tints of Bilbao #2E821E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.56%

R = 22.33%
G = 63.11%
B = 14.56%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#2E821E (or 0x2E821E) is known color: Bilbao. HEX triplet: 2E, 82 and 1E. RGB value is (46,130,30). Sum of RGB (Red+Green+Blue) = 46+130+30=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 130 (51.17% from 255 or 63.11% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 130 - color contains mainly: green. Hex color #2E821E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E821E is #D17DE1. Grayscale: #5D5D5D. Windows color (decimal): -13729250 or 1999406. OLE color: 1999406.

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

Color convert

RGB 46 130 30 -
CMYK 0.65 0 0.77 0.49
HSL 110.4º 0.63% 0.31% -
HSV(B) 110.4º 0.77% 0.51% -
XYZ 9.34 16.64 3.95 -
YUV 93.48 92.17 94.13 -
System Red Green Blue C M Y K H S L
Decimal 46 130 30 0.65 0 0.77 0.49 110.4 0.63 0.31
Hex 2E 82 1E 41 0 4D 31 6E 3E 1F
Octal 56 202 36 101 0 115 61 156 76 37
Binary 101110 10000010 11110 1000001 0 1001101 110001 1101110 111110 11111

Color Harmonies of #2E821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E821E

Black with #2E821E

Text Example


Text Example

White with #2E821E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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