Html Css Color HEX #2E770A Bilbao

📋 copy color: '#2E770A'

red 46 ◦ green 119 ◦ blue 10

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

Shades of Bilbao #2E770A

Tints of Bilbao #2E770A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.71%

R = 26.29%
G = 68%
B = 5.71%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#2E770A (or 0x2E770A) is known color: Bilbao. HEX triplet: 2E, 77 and 0A. RGB value is (46,119,10). Sum of RGB (Red+Green+Blue) = 46+119+10=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 119 (46.88% from 255 or 68% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 119 - color contains mainly: green. Hex color #2E770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E770A is #D188F5. Grayscale: #555555. Windows color (decimal): -13732086 or 685870. OLE color: 685870.

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

Color convert

RGB 46 119 10 -
CMYK 0.61 0 0.92 0.53
HSL 100.18º 0.84% 0.25% -
HSV(B) 100.18º 0.92% 0.47% -
XYZ 7.78 13.8 2.54 -
YUV 84.75 85.82 100.36 -
System Red Green Blue C M Y K H S L
Decimal 46 119 10 0.61 0 0.92 0.53 100.18 0.84 0.25
Hex 2E 77 A 3D 0 5C 35 64 54 19
Octal 56 167 12 75 0 134 65 144 124 31
Binary 101110 1110111 1010 111101 0 1011100 110101 1100100 1010100 11001

Color Harmonies of #2E770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E770A

Black with #2E770A

Text Example


Text Example

White with #2E770A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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