Html Css Color HEX #2E761E Bilbao

📋 copy color: '#2E761E'

red 46 ◦ green 118 ◦ blue 30

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

Shades of Bilbao #2E761E

Tints of Bilbao #2E761E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.46%

R = 23.71%
G = 60.82%
B = 15.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#2E761E (or 0x2E761E) is known color: Bilbao. HEX triplet: 2E, 76 and 1E. RGB value is (46,118,30). Sum of RGB (Red+Green+Blue) = 46+118+30=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #2E761E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E761E is #D189E1. Grayscale: #565656. Windows color (decimal): -13732322 or 1996334. OLE color: 1996334.

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

Color convert

RGB 46 118 30 -
CMYK 0.61 0 0.75 0.54
HSL 109.09º 0.59% 0.29% -
HSV(B) 109.09º 0.75% 0.46% -
XYZ 7.84 13.63 3.45 -
YUV 86.44 96.15 99.16 -
System Red Green Blue C M Y K H S L
Decimal 46 118 30 0.61 0 0.75 0.54 109.09 0.59 0.29
Hex 2E 76 1E 3D 0 4B 36 6D 3B 1D
Octal 56 166 36 75 0 113 66 155 73 35
Binary 101110 1110110 11110 111101 0 1001011 110110 1101101 111011 11101

Color Harmonies of #2E761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E761E

Black with #2E761E

Text Example


Text Example

White with #2E761E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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