Html Css Color HEX #2E7221 Bilbao

📋 copy color: '#2E7221'

red 46 ◦ green 114 ◦ blue 33

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

Shades of Bilbao #2E7221

Tints of Bilbao #2E7221

RGB

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

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

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

R = 23.83%
G = 59.07%
B = 17.1%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#2E7221 (or 0x2E7221) is known color: Bilbao. HEX triplet: 2E, 72 and 21. RGB value is (46,114,33). Sum of RGB (Red+Green+Blue) = 46+114+33=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7221 is #D18DDE. Grayscale: #545454. Windows color (decimal): -13733343 or 2191918. OLE color: 2191918.

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

Color convert

RGB 46 114 33 -
CMYK 0.60 0 0.71 0.55
HSL 110.37º 0.55% 0.29% -
HSV(B) 110.37º 0.71% 0.45% -
XYZ 7.42 12.73 3.5 -
YUV 84.43 98.97 100.59 -
System Red Green Blue C M Y K H S L
Decimal 46 114 33 0.60 0 0.71 0.55 110.37 0.55 0.29
Hex 2E 72 21 3C 0 47 37 6E 37 1D
Octal 56 162 41 74 0 107 67 156 67 35
Binary 101110 1110010 100001 111100 0 1000111 110111 1101110 110111 11101

Color Harmonies of #2E7221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7221

Black with #2E7221

Text Example


Text Example

White with #2E7221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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