Html Css Color HEX #2E850D Bilbao

📋 copy color: '#2E850D'

red 46 ◦ green 133 ◦ blue 13

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

Shades of Bilbao #2E850D

Tints of Bilbao #2E850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 69.27%

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

R = 23.96%
G = 69.27%
B = 6.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#2E850D (or 0x2E850D) is known color: Bilbao. HEX triplet: 2E, 85 and 0D. RGB value is (46,133,13). Sum of RGB (Red+Green+Blue) = 46+133+13=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 133 (52.34% from 255 or 69.27% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 133 - color contains mainly: green. Hex color #2E850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E850D is #D17AF2. Grayscale: #5D5D5D. Windows color (decimal): -13728499 or 886062. OLE color: 886062.

HSL color Cylindrical-coordinate representation of color #2E850D: hue angle of 103.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E850D is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 133 13 -
CMYK 0.65 0 0.90 0.48
HSL 103.5º 0.82% 0.29% -
HSV(B) 103.5º 0.9% 0.52% -
XYZ 9.59 17.38 3.23 -
YUV 93.31 82.68 94.26 -
System Red Green Blue C M Y K H S L
Decimal 46 133 13 0.65 0 0.90 0.48 103.5 0.82 0.29
Hex 2E 85 D 41 0 5A 30 68 52 1D
Octal 56 205 15 101 0 132 60 150 122 35
Binary 101110 10000101 1101 1000001 0 1011010 110000 1101000 1010010 11101

Color Harmonies of #2E850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E850D

Black with #2E850D

Text Example


Text Example

White with #2E850D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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