Html Css Color HEX #2E8610 Bilbao

📋 copy color: '#2E8610'

red 46 ◦ green 134 ◦ blue 16

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

Shades of Bilbao #2E8610

Tints of Bilbao #2E8610

RGB

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

 GREEN value IS 134 (52.73% from 255) = 68.37%

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

R = 23.47%
G = 68.37%
B = 8.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#2E8610 (or 0x2E8610) is known color: Bilbao. HEX triplet: 2E, 86 and 10. RGB value is (46,134,16). Sum of RGB (Red+Green+Blue) = 46+134+16=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 134 (52.73% from 255 or 68.37% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 134 - color contains mainly: green. Hex color #2E8610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8610 is #D179EF. Grayscale: #5E5E5E. Windows color (decimal): -13728240 or 1082926. OLE color: 1082926.

HSL color Cylindrical-coordinate representation of color #2E8610: hue angle of 104.75º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E8610 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 134 16 -
CMYK 0.66 0 0.88 0.47
HSL 104.75º 0.79% 0.29% -
HSV(B) 104.75º 0.88% 0.53% -
XYZ 9.75 17.67 3.39 -
YUV 94.24 83.85 93.59 -
System Red Green Blue C M Y K H S L
Decimal 46 134 16 0.66 0 0.88 0.47 104.75 0.79 0.29
Hex 2E 86 10 42 0 58 2F 69 4F 1D
Octal 56 206 20 102 0 130 57 151 117 35
Binary 101110 10000110 10000 1000010 0 1011000 101111 1101001 1001111 11101

Color Harmonies of #2E8610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8610

Black with #2E8610

Text Example


Text Example

White with #2E8610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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