Html Css Color HEX #306B15 Bilbao

📋 copy color: '#306B15'

red 48 ◦ green 107 ◦ blue 21

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

Shades of Bilbao #306B15

Tints of Bilbao #306B15

RGB

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

 GREEN value IS 107 (42.19% from 255) = 60.8%

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

R = 27.27%
G = 60.8%
B = 11.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#306B15 (or 0x306B15) is known color: Bilbao. HEX triplet: 30, 6B and 15. RGB value is (48,107,21). Sum of RGB (Red+Green+Blue) = 48+107+21=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 107 (42.19% from 255 or 60.80% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 107 - color contains mainly: green. Hex color #306B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306B15 is #CF94EA. Grayscale: #4F4F4F. Windows color (decimal): -13604075 or 1403696. OLE color: 1403696.

HSL color Cylindrical-coordinate representation of color #306B15: hue angle of 101.16º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #306B15 is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 107 21 -
CMYK 0.55 0 0.80 0.58
HSL 101.16º 0.67% 0.25% -
HSV(B) 101.16º 0.8% 0.42% -
XYZ 6.61 11.2 2.52 -
YUV 79.56 94.95 105.49 -
System Red Green Blue C M Y K H S L
Decimal 48 107 21 0.55 0 0.80 0.58 101.16 0.67 0.25
Hex 30 6B 15 37 0 50 3A 65 43 19
Octal 60 153 25 67 0 120 72 145 103 31
Binary 110000 1101011 10101 110111 0 1010000 111010 1100101 1000011 11001

Color Harmonies of #306B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306B15

Black with #306B15

Text Example


Text Example

White with #306B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306B15; }

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

 H1.HeaderClassName
 {
   color: #306B15;
 }
 .AnyTagClassName
 {
   color: #306B15;
 }
</style>

background-color css

<style>
 a { background-color: #306B15; }

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

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

border-color css

<style>
 span { border-color: #306B15; }

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

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