Html Css Color HEX #2E821C Bilbao

📋 copy color: '#2E821C'

red 46 ◦ green 130 ◦ blue 28

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

Shades of Bilbao #2E821C

Tints of Bilbao #2E821C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.73%

R = 22.55%
G = 63.73%
B = 13.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#2E821C (or 0x2E821C) is known color: Bilbao. HEX triplet: 2E, 82 and 1C. RGB value is (46,130,28). Sum of RGB (Red+Green+Blue) = 46+130+28=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #2E821C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E821C is #D17DE3. Grayscale: #5D5D5D. Windows color (decimal): -13729252 or 1868334. OLE color: 1868334.

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

Color convert

RGB 46 130 28 -
CMYK 0.65 0 0.78 0.49
HSL 109.41º 0.65% 0.31% -
HSV(B) 109.41º 0.78% 0.51% -
XYZ 9.32 16.63 3.82 -
YUV 93.26 91.17 94.29 -
System Red Green Blue C M Y K H S L
Decimal 46 130 28 0.65 0 0.78 0.49 109.41 0.65 0.31
Hex 2E 82 1C 41 0 4E 31 6D 41 1F
Octal 56 202 34 101 0 116 61 155 101 37
Binary 101110 10000010 11100 1000001 0 1001110 110001 1101101 1000001 11111

Color Harmonies of #2E821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E821C

Black with #2E821C

Text Example


Text Example

White with #2E821C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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