Html Css Color HEX #306C14 Bilbao

📋 copy color: '#306C14'

red 48 ◦ green 108 ◦ blue 20

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

Shades of Bilbao #306C14

Tints of Bilbao #306C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.36%

R = 27.27%
G = 61.36%
B = 11.36%

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

#306C14 (or 0x306C14) is known color: Bilbao. HEX triplet: 30, 6C and 14. RGB value is (48,108,20). Sum of RGB (Red+Green+Blue) = 48+108+20=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 108 (42.58% from 255 or 61.36% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 108 - color contains mainly: green. Hex color #306C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306C14 is #CF93EB. Grayscale: #505050. Windows color (decimal): -13603820 or 1338416. OLE color: 1338416.

HSL color Cylindrical-coordinate representation of color #306C14: hue angle of 100.91º degrees, saturation: 0.69, 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 #306C14 is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 108 20 -
CMYK 0.56 0 0.81 0.58
HSL 100.91º 0.69% 0.25% -
HSV(B) 100.91º 0.81% 0.42% -
XYZ 6.71 11.4 2.51 -
YUV 80.03 94.12 105.16 -
System Red Green Blue C M Y K H S L
Decimal 48 108 20 0.56 0 0.81 0.58 100.91 0.69 0.25
Hex 30 6C 14 38 0 51 3A 65 45 19
Octal 60 154 24 70 0 121 72 145 105 31
Binary 110000 1101100 10100 111000 0 1010001 111010 1100101 1000101 11001

Color Harmonies of #306C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C14

Black with #306C14

Text Example


Text Example

White with #306C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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