Html Css Color HEX #2E7003 Bilbao

📋 copy color: '#2E7003'

red 46 ◦ green 112 ◦ blue 3

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

Shades of Bilbao #2E7003

Tints of Bilbao #2E7003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 69.57%

 BLUE value IS 3 (1.56% from 255) = 1.86%

R = 28.57%
G = 69.57%
B = 1.86%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#2E7003 (or 0x2E7003) is known color: Bilbao. HEX triplet: 2E, 70 and 03. RGB value is (46,112,3). Sum of RGB (Red+Green+Blue) = 46+112+3=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7003 is #D18FFC. Grayscale: #505050. Windows color (decimal): -13733885 or 225326. OLE color: 225326.

HSL color Cylindrical-coordinate representation of color #2E7003: hue angle of 96.33º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E7003 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 112 3 -
CMYK 0.59 0 0.97 0.56
HSL 96.33º 0.95% 0.23% -
HSV(B) 96.33º 0.97% 0.44% -
XYZ 6.94 12.18 2.07 -
YUV 79.84 84.63 103.86 -
System Red Green Blue C M Y K H S L
Decimal 46 112 3 0.59 0 0.97 0.56 96.33 0.95 0.23
Hex 2E 70 3 3B 0 61 38 60 5F 17
Octal 56 160 3 73 0 141 70 140 137 27
Binary 101110 1110000 11 111011 0 1100001 111000 1100000 1011111 10111

Color Harmonies of #2E7003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7003

Black with #2E7003

Text Example


Text Example

White with #2E7003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,112,3); }

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

background-color css

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

 a { background-color: rgb(46,112,3); }

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

border-color css

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

 span { border-color: rgb(46,112,3); }

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