Html Css Color HEX #2E751A Bilbao

📋 copy color: '#2E751A'

red 46 ◦ green 117 ◦ blue 26

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

Shades of Bilbao #2E751A

Tints of Bilbao #2E751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 61.9%

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 24.34%
G = 61.9%
B = 13.76%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#2E751A (or 0x2E751A) is known color: Bilbao. HEX triplet: 2E, 75 and 1A. RGB value is (46,117,26). Sum of RGB (Red+Green+Blue) = 46+117+26=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #2E751A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E751A is #D18AE5. Grayscale: #555555. Windows color (decimal): -13732582 or 1733934. OLE color: 1733934.

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

Color convert

RGB 46 117 26 -
CMYK 0.61 0 0.78 0.54
HSL 106.81º 0.64% 0.28% -
HSV(B) 106.81º 0.78% 0.46% -
XYZ 7.67 13.38 3.16 -
YUV 85.4 94.48 99.9 -
System Red Green Blue C M Y K H S L
Decimal 46 117 26 0.61 0 0.78 0.54 106.81 0.64 0.28
Hex 2E 75 1A 3D 0 4E 36 6B 40 1C
Octal 56 165 32 75 0 116 66 153 100 34
Binary 101110 1110101 11010 111101 0 1001110 110110 1101011 1000000 11100

Color Harmonies of #2E751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E751A

Black with #2E751A

Text Example


Text Example

White with #2E751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,117,26); }

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

background-color css

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

 a { background-color: rgb(46,117,26); }

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

border-color css

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

 span { border-color: rgb(46,117,26); }

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