Html Css Color HEX #2E700D Bilbao

📋 copy color: '#2E700D'

red 46 ◦ green 112 ◦ blue 13

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

Shades of Bilbao #2E700D

Tints of Bilbao #2E700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.6%

R = 26.9%
G = 65.5%
B = 7.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#2E700D (or 0x2E700D) is known color: Bilbao. HEX triplet: 2E, 70 and 0D. RGB value is (46,112,13). Sum of RGB (Red+Green+Blue) = 46+112+13=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 112 (44.14% from 255 or 65.50% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 112 - color contains mainly: green. Hex color #2E700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E700D is #D18FF2. Grayscale: #515151. Windows color (decimal): -13733875 or 880686. OLE color: 880686.

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

Color convert

RGB 46 112 13 -
CMYK 0.59 0 0.88 0.56
HSL 100º 0.79% 0.25% -
HSV(B) 100º 0.88% 0.44% -
XYZ 6.99 12.2 2.37 -
YUV 80.98 89.63 103.05 -
System Red Green Blue C M Y K H S L
Decimal 46 112 13 0.59 0 0.88 0.56 100 0.79 0.25
Hex 2E 70 D 3B 0 58 38 64 4F 19
Octal 56 160 15 73 0 130 70 144 117 31
Binary 101110 1110000 1101 111011 0 1011000 111000 1100100 1001111 11001

Color Harmonies of #2E700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E700D

Black with #2E700D

Text Example


Text Example

White with #2E700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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