Html Css Color HEX #2E770C Bilbao

📋 copy color: '#2E770C'

red 46 ◦ green 119 ◦ blue 12

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

Shades of Bilbao #2E770C

Tints of Bilbao #2E770C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.78%

R = 25.99%
G = 67.23%
B = 6.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#2E770C (or 0x2E770C) is known color: Bilbao. HEX triplet: 2E, 77 and 0C. RGB value is (46,119,12). Sum of RGB (Red+Green+Blue) = 46+119+12=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 119 (46.88% from 255 or 67.23% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 119 - color contains mainly: green. Hex color #2E770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E770C is #D188F3. Grayscale: #555555. Windows color (decimal): -13732084 or 816942. OLE color: 816942.

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

Color convert

RGB 46 119 12 -
CMYK 0.61 0 0.90 0.53
HSL 100.93º 0.82% 0.26% -
HSV(B) 100.93º 0.9% 0.47% -
XYZ 7.79 13.8 2.6 -
YUV 84.98 86.82 100.2 -
System Red Green Blue C M Y K H S L
Decimal 46 119 12 0.61 0 0.90 0.53 100.93 0.82 0.26
Hex 2E 77 C 3D 0 5A 35 65 52 1A
Octal 56 167 14 75 0 132 65 145 122 32
Binary 101110 1110111 1100 111101 0 1011010 110101 1100101 1010010 11010

Color Harmonies of #2E770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E770C

Black with #2E770C

Text Example


Text Example

White with #2E770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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