Html Css Color HEX #2E6A17 Bilbao

📋 copy color: '#2E6A17'

red 46 ◦ green 106 ◦ blue 23

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

Shades of Bilbao #2E6A17

Tints of Bilbao #2E6A17

RGB

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

 GREEN value IS 106 (41.8% from 255) = 60.57%

 BLUE value IS 23 (9.38% from 255) = 13.14%

R = 26.29%
G = 60.57%
B = 13.14%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#2E6A17 (or 0x2E6A17) is known color: Bilbao. HEX triplet: 2E, 6A and 17. RGB value is (46,106,23). Sum of RGB (Red+Green+Blue) = 46+106+23=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 106 (41.80% from 255 or 60.57% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6A17 is #D195E8. Grayscale: #4E4E4E. Windows color (decimal): -13735401 or 1534510. OLE color: 1534510.

HSL color Cylindrical-coordinate representation of color #2E6A17: hue angle of 103.37º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E6A17 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 106 23 -
CMYK 0.57 0 0.78 0.58
HSL 103.37º 0.64% 0.25% -
HSV(B) 103.37º 0.78% 0.42% -
XYZ 6.44 10.95 2.59 -
YUV 78.6 96.62 104.75 -
System Red Green Blue C M Y K H S L
Decimal 46 106 23 0.57 0 0.78 0.58 103.37 0.64 0.25
Hex 2E 6A 17 39 0 4E 3A 67 40 19
Octal 56 152 27 71 0 116 72 147 100 31
Binary 101110 1101010 10111 111001 0 1001110 111010 1100111 1000000 11001

Color Harmonies of #2E6A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6A17

Black with #2E6A17

Text Example


Text Example

White with #2E6A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,106,23); }

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

background-color css

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

 a { background-color: rgb(46,106,23); }

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

border-color css

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

 span { border-color: rgb(46,106,23); }

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