Html Css Color HEX #2E7610 Bilbao

📋 copy color: '#2E7610'

red 46 ◦ green 118 ◦ blue 16

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

Shades of Bilbao #2E7610

Tints of Bilbao #2E7610

RGB

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

 GREEN value IS 118 (46.48% from 255) = 65.56%

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

R = 25.56%
G = 65.56%
B = 8.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#2E7610 (or 0x2E7610) is known color: Bilbao. HEX triplet: 2E, 76 and 10. RGB value is (46,118,16). Sum of RGB (Red+Green+Blue) = 46+118+16=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 118 (46.48% from 255 or 65.56% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7610 is #D189EF. Grayscale: #555555. Windows color (decimal): -13732336 or 1078830. OLE color: 1078830.

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

Color convert

RGB 46 118 16 -
CMYK 0.61 0 0.86 0.54
HSL 102.35º 0.76% 0.26% -
HSV(B) 102.35º 0.86% 0.46% -
XYZ 7.7 13.58 2.7 -
YUV 84.84 89.15 100.29 -
System Red Green Blue C M Y K H S L
Decimal 46 118 16 0.61 0 0.86 0.54 102.35 0.76 0.26
Hex 2E 76 10 3D 0 56 36 66 4C 1A
Octal 56 166 20 75 0 126 66 146 114 32
Binary 101110 1110110 10000 111101 0 1010110 110110 1100110 1001100 11010

Color Harmonies of #2E7610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7610

Black with #2E7610

Text Example


Text Example

White with #2E7610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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