Html Css Color HEX #2E721C Bilbao

📋 copy color: '#2E721C'

red 46 ◦ green 114 ◦ blue 28

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

Shades of Bilbao #2E721C

Tints of Bilbao #2E721C

RGB

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

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

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

R = 24.47%
G = 60.64%
B = 14.89%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#2E721C (or 0x2E721C) is known color: Bilbao. HEX triplet: 2E, 72 and 1C. RGB value is (46,114,28). Sum of RGB (Red+Green+Blue) = 46+114+28=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #2E721C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E721C is #D18DE3. Grayscale: #545454. Windows color (decimal): -13733348 or 1864238. OLE color: 1864238.

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

Color convert

RGB 46 114 28 -
CMYK 0.60 0 0.75 0.55
HSL 107.44º 0.61% 0.28% -
HSV(B) 107.44º 0.75% 0.45% -
XYZ 7.35 12.7 3.16 -
YUV 83.86 96.47 100.99 -
System Red Green Blue C M Y K H S L
Decimal 46 114 28 0.60 0 0.75 0.55 107.44 0.61 0.28
Hex 2E 72 1C 3C 0 4B 37 6B 3D 1C
Octal 56 162 34 74 0 113 67 153 75 34
Binary 101110 1110010 11100 111100 0 1001011 110111 1101011 111101 11100

Color Harmonies of #2E721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E721C

Black with #2E721C

Text Example


Text Example

White with #2E721C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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