Html Css Color HEX #2E7219 Bilbao

📋 copy color: '#2E7219'

red 46 ◦ green 114 ◦ blue 25

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

Shades of Bilbao #2E7219

Tints of Bilbao #2E7219

RGB

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

 GREEN value IS 114 (44.92% from 255) = 61.62%

 BLUE value IS 25 (10.16% from 255) = 13.51%

R = 24.86%
G = 61.62%
B = 13.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#2E7219 (or 0x2E7219) is known color: Bilbao. HEX triplet: 2E, 72 and 19. RGB value is (46,114,25). Sum of RGB (Red+Green+Blue) = 46+114+25=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 114 (44.92% from 255 or 61.62% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7219 is #D18DE6. Grayscale: #535353. Windows color (decimal): -13733351 or 1667630. OLE color: 1667630.

HSL color Cylindrical-coordinate representation of color #2E7219: hue angle of 105.84º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E7219 is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 114 25 -
CMYK 0.60 0 0.78 0.55
HSL 105.84º 0.64% 0.27% -
HSV(B) 105.84º 0.78% 0.45% -
XYZ 7.32 12.69 2.98 -
YUV 83.52 94.97 101.24 -
System Red Green Blue C M Y K H S L
Decimal 46 114 25 0.60 0 0.78 0.55 105.84 0.64 0.27
Hex 2E 72 19 3C 0 4E 37 6A 40 1B
Octal 56 162 31 74 0 116 67 152 100 33
Binary 101110 1110010 11001 111100 0 1001110 110111 1101010 1000000 11011

Color Harmonies of #2E7219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7219

Black with #2E7219

Text Example


Text Example

White with #2E7219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,114,25); }

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

background-color css

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

 a { background-color: rgb(46,114,25); }

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

border-color css

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

 span { border-color: rgb(46,114,25); }

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