Html Css Color HEX #306C15 Bilbao

📋 copy color: '#306C15'

red 48 ◦ green 108 ◦ blue 21

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

Shades of Bilbao #306C15

Tints of Bilbao #306C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 61.02%

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

R = 27.12%
G = 61.02%
B = 11.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#306C15 (or 0x306C15) is known color: Bilbao. HEX triplet: 30, 6C and 15. RGB value is (48,108,21). Sum of RGB (Red+Green+Blue) = 48+108+21=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 108 (42.58% from 255 or 61.02% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 108 - color contains mainly: green. Hex color #306C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306C15 is #CF93EA. Grayscale: #505050. Windows color (decimal): -13603819 or 1403952. OLE color: 1403952.

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

Color convert

RGB 48 108 21 -
CMYK 0.56 0 0.81 0.58
HSL 101.38º 0.67% 0.25% -
HSV(B) 101.38º 0.81% 0.42% -
XYZ 6.72 11.41 2.56 -
YUV 80.14 94.62 105.07 -
System Red Green Blue C M Y K H S L
Decimal 48 108 21 0.56 0 0.81 0.58 101.38 0.67 0.25
Hex 30 6C 15 38 0 51 3A 65 43 19
Octal 60 154 25 70 0 121 72 145 103 31
Binary 110000 1101100 10101 111000 0 1010001 111010 1100101 1000011 11001

Color Harmonies of #306C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C15

Black with #306C15

Text Example


Text Example

White with #306C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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