Html Css Color HEX #2E741C Bilbao

📋 copy color: '#2E741C'

red 46 ◦ green 116 ◦ blue 28

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

Shades of Bilbao #2E741C

Tints of Bilbao #2E741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 61.05%

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

R = 24.21%
G = 61.05%
B = 14.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#2E741C (or 0x2E741C) is known color: Bilbao. HEX triplet: 2E, 74 and 1C. RGB value is (46,116,28). Sum of RGB (Red+Green+Blue) = 46+116+28=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #2E741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E741C is #D18BE3. Grayscale: #555555. Windows color (decimal): -13732836 or 1864750. OLE color: 1864750.

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

Color convert

RGB 46 116 28 -
CMYK 0.60 0 0.76 0.55
HSL 107.73º 0.61% 0.28% -
HSV(B) 107.73º 0.76% 0.45% -
XYZ 7.58 13.16 3.24 -
YUV 85.04 95.81 100.16 -
System Red Green Blue C M Y K H S L
Decimal 46 116 28 0.60 0 0.76 0.55 107.73 0.61 0.28
Hex 2E 74 1C 3C 0 4C 37 6C 3D 1C
Octal 56 164 34 74 0 114 67 154 75 34
Binary 101110 1110100 11100 111100 0 1001100 110111 1101100 111101 11100

Color Harmonies of #2E741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E741C

Black with #2E741C

Text Example


Text Example

White with #2E741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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