Html Css Color HEX #2E6C04 Bilbao

📋 copy color: '#2E6C04'

red 46 ◦ green 108 ◦ blue 4

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

Shades of Bilbao #2E6C04

Tints of Bilbao #2E6C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 68.35%

 BLUE value IS 4 (1.95% from 255) = 2.53%

R = 29.11%
G = 68.35%
B = 2.53%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#2E6C04 (or 0x2E6C04) is known color: Bilbao. HEX triplet: 2E, 6C and 04. RGB value is (46,108,4). Sum of RGB (Red+Green+Blue) = 46+108+4=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 108 (42.58% from 255 or 68.35% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 108 - color contains mainly: green. Hex color #2E6C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6C04 is #D193FB. Grayscale: #4D4D4D. Windows color (decimal): -13734908 or 289838. OLE color: 289838.

HSL color Cylindrical-coordinate representation of color #2E6C04: hue angle of 95.77º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E6C04 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 108 4 -
CMYK 0.57 0 0.96 0.58
HSL 95.77º 0.93% 0.22% -
HSV(B) 95.77º 0.96% 0.42% -
XYZ 6.51 11.31 1.96 -
YUV 77.61 86.46 105.46 -
System Red Green Blue C M Y K H S L
Decimal 46 108 4 0.57 0 0.96 0.58 95.77 0.93 0.22
Hex 2E 6C 4 39 0 60 3A 60 5D 16
Octal 56 154 4 71 0 140 72 140 135 26
Binary 101110 1101100 100 111001 0 1100000 111010 1100000 1011101 10110

Color Harmonies of #2E6C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6C04

Black with #2E6C04

Text Example


Text Example

White with #2E6C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,108,4); }

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

background-color css

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

 a { background-color: rgb(46,108,4); }

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

border-color css

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

 span { border-color: rgb(46,108,4); }

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