Html Css Color HEX #2E6710 Bilbao

📋 copy color: '#2E6710'

red 46 ◦ green 103 ◦ blue 16

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

Shades of Bilbao #2E6710

Tints of Bilbao #2E6710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 62.42%

 BLUE value IS 16 (6.64% from 255) = 9.7%

R = 27.88%
G = 62.42%
B = 9.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#2E6710 (or 0x2E6710) is known color: Bilbao. HEX triplet: 2E, 67 and 10. RGB value is (46,103,16). Sum of RGB (Red+Green+Blue) = 46+103+16=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 103 (40.62% from 255 or 62.42% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 103 - color contains mainly: green. Hex color #2E6710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6710 is #D198EF. Grayscale: #4C4C4C. Windows color (decimal): -13736176 or 1074990. OLE color: 1074990.

HSL color Cylindrical-coordinate representation of color #2E6710: hue angle of 99.31º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E6710 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 46 103 16 -
CMYK 0.55 0 0.84 0.60
HSL 99.31º 0.73% 0.23% -
HSV(B) 99.31º 0.84% 0.4% -
XYZ 6.07 10.32 2.16 -
YUV 76.04 94.12 106.57 -
System Red Green Blue C M Y K H S L
Decimal 46 103 16 0.55 0 0.84 0.60 99.31 0.73 0.23
Hex 2E 67 10 37 0 54 3C 63 49 17
Octal 56 147 20 67 0 124 74 143 111 27
Binary 101110 1100111 10000 110111 0 1010100 111100 1100011 1001001 10111

Color Harmonies of #2E6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6710

Black with #2E6710

Text Example


Text Example

White with #2E6710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,103,16); }

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

background-color css

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

 a { background-color: rgb(46,103,16); }

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

border-color css

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

 span { border-color: rgb(46,103,16); }

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