Html Css Color HEX #308D15 Bilbao

📋 copy color: '#308D15'

red 48 ◦ green 141 ◦ blue 21

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

Shades of Bilbao #308D15

Tints of Bilbao #308D15

RGB

 RED value IS 48 (19.14% from 255) = 22.86%

 GREEN value IS 141 (55.47% from 255) = 67.14%

 BLUE value IS 21 (8.59% from 255) = 10%

R = 22.86%
G = 67.14%
B = 10%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#308D15 (or 0x308D15) is known color: Bilbao. HEX triplet: 30, 8D and 15. RGB value is (48,141,21). Sum of RGB (Red+Green+Blue) = 48+141+21=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 141 (55.47% from 255 or 67.14% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 141 - color contains mainly: green. Hex color #308D15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308D15 is #CF72EA. Grayscale: #636363. Windows color (decimal): -13595371 or 1412400. OLE color: 1412400.

HSL color Cylindrical-coordinate representation of color #308D15: hue angle of 106.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #308D15 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 141 21 -
CMYK 0.66 0 0.85 0.45
HSL 106.5º 0.74% 0.32% -
HSV(B) 106.5º 0.85% 0.55% -
XYZ 10.88 19.73 3.94 -
YUV 99.51 83.69 91.26 -
System Red Green Blue C M Y K H S L
Decimal 48 141 21 0.66 0 0.85 0.45 106.5 0.74 0.32
Hex 30 8D 15 42 0 55 2D 6A 4A 20
Octal 60 215 25 102 0 125 55 152 112 40
Binary 110000 10001101 10101 1000010 0 1010101 101101 1101010 1001010 100000

Color Harmonies of #308D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D15

Black with #308D15

Text Example


Text Example

White with #308D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308D15; }

 p { color: rgb(48,141,21); }

 H1.HeaderClassName
 {
   color: #308D15;
 }
 .AnyTagClassName
 {
   color: #308D15;
 }
</style>

background-color css

<style>
 a { background-color: #308D15; }

 a { background-color: rgb(48,141,21); }

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

border-color css

<style>
 span { border-color: #308D15; }

 span { border-color: rgb(48,141,21); }

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