Html Css Color HEX #2E6B13 Bilbao

📋 copy color: '#2E6B13'

red 46 ◦ green 107 ◦ blue 19

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

Shades of Bilbao #2E6B13

Tints of Bilbao #2E6B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 62.21%

 BLUE value IS 19 (7.81% from 255) = 11.05%

R = 26.74%
G = 62.21%
B = 11.05%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#2E6B13 (or 0x2E6B13) is known color: Bilbao. HEX triplet: 2E, 6B and 13. RGB value is (46,107,19). Sum of RGB (Red+Green+Blue) = 46+107+19=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 107 (42.19% from 255 or 62.21% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6B13 is #D194EC. Grayscale: #4F4F4F. Windows color (decimal): -13735149 or 1272622. OLE color: 1272622.

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

Color convert

RGB 46 107 19 -
CMYK 0.57 0 0.82 0.58
HSL 101.59º 0.7% 0.25% -
HSV(B) 101.59º 0.82% 0.42% -
XYZ 6.5 11.14 2.42 -
YUV 78.73 94.29 104.66 -
System Red Green Blue C M Y K H S L
Decimal 46 107 19 0.57 0 0.82 0.58 101.59 0.7 0.25
Hex 2E 6B 13 39 0 52 3A 66 46 19
Octal 56 153 23 71 0 122 72 146 106 31
Binary 101110 1101011 10011 111001 0 1010010 111010 1100110 1000110 11001

Color Harmonies of #2E6B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6B13

Black with #2E6B13

Text Example


Text Example

White with #2E6B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,107,19); }

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

background-color css

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

 a { background-color: rgb(46,107,19); }

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

border-color css

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

 span { border-color: rgb(46,107,19); }

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