Html Css Color HEX #2E7921 Bilbao

📋 copy color: '#2E7921'

red 46 ◦ green 121 ◦ blue 33

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

Shades of Bilbao #2E7921

Tints of Bilbao #2E7921

RGB

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

 GREEN value IS 121 (47.66% from 255) = 60.5%

 BLUE value IS 33 (13.28% from 255) = 16.5%

R = 23%
G = 60.5%
B = 16.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#2E7921 (or 0x2E7921) is known color: Bilbao. HEX triplet: 2E, 79 and 21. RGB value is (46,121,33). Sum of RGB (Red+Green+Blue) = 46+121+33=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 121 (47.66% from 255 or 60.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 121 - color contains mainly: green. Hex color #2E7921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7921 is #D186DE. Grayscale: #585858. Windows color (decimal): -13731551 or 2193710. OLE color: 2193710.

HSL color Cylindrical-coordinate representation of color #2E7921: hue angle of 111.14º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E7921 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 121 33 -
CMYK 0.62 0 0.73 0.53
HSL 111.14º 0.57% 0.3% -
HSV(B) 111.14º 0.73% 0.47% -
XYZ 8.24 14.37 3.78 -
YUV 88.54 96.65 97.66 -
System Red Green Blue C M Y K H S L
Decimal 46 121 33 0.62 0 0.73 0.53 111.14 0.57 0.3
Hex 2E 79 21 3E 0 49 35 6F 39 1E
Octal 56 171 41 76 0 111 65 157 71 36
Binary 101110 1111001 100001 111110 0 1001001 110101 1101111 111001 11110

Color Harmonies of #2E7921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7921

Black with #2E7921

Text Example


Text Example

White with #2E7921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,121,33); }

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

background-color css

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

 a { background-color: rgb(46,121,33); }

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

border-color css

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

 span { border-color: rgb(46,121,33); }

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