Html Css Color HEX #2E6D0A Bilbao

📋 copy color: '#2E6D0A'

red 46 ◦ green 109 ◦ blue 10

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

Shades of Bilbao #2E6D0A

Tints of Bilbao #2E6D0A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 66.06%

 BLUE value IS 10 (4.3% from 255) = 6.06%

R = 27.88%
G = 66.06%
B = 6.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#2E6D0A (or 0x2E6D0A) is known color: Bilbao. HEX triplet: 2E, 6D and 0A. RGB value is (46,109,10). Sum of RGB (Red+Green+Blue) = 46+109+10=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 109 (42.97% from 255 or 66.06% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6D0A is #D192F5. Grayscale: #4F4F4F. Windows color (decimal): -13734646 or 683310. OLE color: 683310.

HSL color Cylindrical-coordinate representation of color #2E6D0A: hue angle of 98.18º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E6D0A is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 109 10 -
CMYK 0.58 0 0.91 0.57
HSL 98.18º 0.83% 0.23% -
HSV(B) 98.18º 0.91% 0.43% -
XYZ 6.65 11.54 2.16 -
YUV 78.88 89.13 104.55 -
System Red Green Blue C M Y K H S L
Decimal 46 109 10 0.58 0 0.91 0.57 98.18 0.83 0.23
Hex 2E 6D A 3A 0 5B 39 62 53 17
Octal 56 155 12 72 0 133 71 142 123 27
Binary 101110 1101101 1010 111010 0 1011011 111001 1100010 1010011 10111

Color Harmonies of #2E6D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6D0A

Black with #2E6D0A

Text Example


Text Example

White with #2E6D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,109,10); }

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

background-color css

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

 a { background-color: rgb(46,109,10); }

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

border-color css

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

 span { border-color: rgb(46,109,10); }

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