Html Css Color HEX #2E7710 Bilbao

📋 copy color: '#2E7710'

red 46 ◦ green 119 ◦ blue 16

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

Shades of Bilbao #2E7710

Tints of Bilbao #2E7710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 65.75%

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

R = 25.41%
G = 65.75%
B = 8.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#2E7710 (or 0x2E7710) is known color: Bilbao. HEX triplet: 2E, 77 and 10. RGB value is (46,119,16). Sum of RGB (Red+Green+Blue) = 46+119+16=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 119 (46.88% from 255 or 65.75% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7710 is #D188EF. Grayscale: #555555. Windows color (decimal): -13732080 or 1079086. OLE color: 1079086.

HSL color Cylindrical-coordinate representation of color #2E7710: hue angle of 102.52º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E7710 is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 119 16 -
CMYK 0.61 0 0.87 0.53
HSL 102.52º 0.76% 0.26% -
HSV(B) 102.52º 0.87% 0.47% -
XYZ 7.82 13.81 2.74 -
YUV 85.43 88.82 99.88 -
System Red Green Blue C M Y K H S L
Decimal 46 119 16 0.61 0 0.87 0.53 102.52 0.76 0.26
Hex 2E 77 10 3D 0 57 35 67 4C 1A
Octal 56 167 20 75 0 127 65 147 114 32
Binary 101110 1110111 10000 111101 0 1010111 110101 1100111 1001100 11010

Color Harmonies of #2E7710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7710

Black with #2E7710

Text Example


Text Example

White with #2E7710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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