Html Css Color HEX #2E7605 Bilbao

📋 copy color: '#2E7605'

red 46 ◦ green 118 ◦ blue 5

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

Shades of Bilbao #2E7605

Tints of Bilbao #2E7605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.96%

R = 27.22%
G = 69.82%
B = 2.96%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#2E7605 (or 0x2E7605) is known color: Bilbao. HEX triplet: 2E, 76 and 05. RGB value is (46,118,5). Sum of RGB (Red+Green+Blue) = 46+118+5=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 118 (46.48% from 255 or 69.82% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7605 is #D189FA. Grayscale: #535353. Windows color (decimal): -13732347 or 357934. OLE color: 357934.

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

Color convert

RGB 46 118 5 -
CMYK 0.61 0 0.96 0.54
HSL 98.23º 0.92% 0.24% -
HSV(B) 98.23º 0.96% 0.46% -
XYZ 7.63 13.55 2.36 -
YUV 83.59 83.65 101.19 -
System Red Green Blue C M Y K H S L
Decimal 46 118 5 0.61 0 0.96 0.54 98.23 0.92 0.24
Hex 2E 76 5 3D 0 60 36 62 5C 18
Octal 56 166 5 75 0 140 66 142 134 30
Binary 101110 1110110 101 111101 0 1100000 110110 1100010 1011100 11000

Color Harmonies of #2E7605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7605

Black with #2E7605

Text Example


Text Example

White with #2E7605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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