Html Css Color HEX #2E6D05 Bilbao

📋 copy color: '#2E6D05'

red 46 ◦ green 109 ◦ blue 5

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

Shades of Bilbao #2E6D05

Tints of Bilbao #2E6D05

RGB

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

 GREEN value IS 109 (42.97% from 255) = 68.13%

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

R = 28.75%
G = 68.13%
B = 3.13%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#2E6D05 (or 0x2E6D05) is known color: Bilbao. HEX triplet: 2E, 6D and 05. RGB value is (46,109,5). Sum of RGB (Red+Green+Blue) = 46+109+5=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 109 (42.97% from 255 or 68.12% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6D05 is #D192FA. Grayscale: #4E4E4E. Windows color (decimal): -13734651 or 355630. OLE color: 355630.

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

Color convert

RGB 46 109 5 -
CMYK 0.58 0 0.95 0.57
HSL 96.35º 0.91% 0.22% -
HSV(B) 96.35º 0.95% 0.43% -
XYZ 6.62 11.53 2.02 -
YUV 78.31 86.63 104.96 -
System Red Green Blue C M Y K H S L
Decimal 46 109 5 0.58 0 0.95 0.57 96.35 0.91 0.22
Hex 2E 6D 5 3A 0 5F 39 60 5B 16
Octal 56 155 5 72 0 137 71 140 133 26
Binary 101110 1101101 101 111010 0 1011111 111001 1100000 1011011 10110

Color Harmonies of #2E6D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6D05

Black with #2E6D05

Text Example


Text Example

White with #2E6D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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