Html Css Color HEX #2E7215 Bilbao

📋 copy color: '#2E7215'

red 46 ◦ green 114 ◦ blue 21

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

Shades of Bilbao #2E7215

Tints of Bilbao #2E7215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 25.41%
G = 62.98%
B = 11.6%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#2E7215 (or 0x2E7215) is known color: Bilbao. HEX triplet: 2E, 72 and 15. RGB value is (46,114,21). Sum of RGB (Red+Green+Blue) = 46+114+21=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 114 (44.92% from 255 or 62.98% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7215 is #D18DEA. Grayscale: #535353. Windows color (decimal): -13733355 or 1405486. OLE color: 1405486.

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

Color convert

RGB 46 114 21 -
CMYK 0.60 0 0.82 0.55
HSL 103.87º 0.69% 0.26% -
HSV(B) 103.87º 0.82% 0.45% -
XYZ 7.28 12.67 2.77 -
YUV 83.07 92.97 101.56 -
System Red Green Blue C M Y K H S L
Decimal 46 114 21 0.60 0 0.82 0.55 103.87 0.69 0.26
Hex 2E 72 15 3C 0 52 37 68 45 1A
Octal 56 162 25 74 0 122 67 150 105 32
Binary 101110 1110010 10101 111100 0 1010010 110111 1101000 1000101 11010

Color Harmonies of #2E7215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7215

Black with #2E7215

Text Example


Text Example

White with #2E7215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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