Html Css Color HEX #306C03 Bilbao

📋 copy color: '#306C03'

red 48 ◦ green 108 ◦ blue 3

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

Shades of Bilbao #306C03

Tints of Bilbao #306C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.89%

R = 30.19%
G = 67.92%
B = 1.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#306C03 (or 0x306C03) is known color: Bilbao. HEX triplet: 30, 6C and 03. RGB value is (48,108,3). Sum of RGB (Red+Green+Blue) = 48+108+3=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 108 (42.58% from 255 or 67.92% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 108 - color contains mainly: green. Hex color #306C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306C03 is #CF93FC. Grayscale: #4E4E4E. Windows color (decimal): -13603837 or 224304. OLE color: 224304.

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

Color convert

RGB 48 108 3 -
CMYK 0.56 0 0.97 0.58
HSL 94.29º 0.95% 0.22% -
HSV(B) 94.29º 0.97% 0.42% -
XYZ 6.6 11.36 1.93 -
YUV 78.09 85.62 106.54 -
System Red Green Blue C M Y K H S L
Decimal 48 108 3 0.56 0 0.97 0.58 94.29 0.95 0.22
Hex 30 6C 3 38 0 61 3A 5E 5F 16
Octal 60 154 3 70 0 141 72 136 137 26
Binary 110000 1101100 11 111000 0 1100001 111010 1011110 1011111 10110

Color Harmonies of #306C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C03

Black with #306C03

Text Example


Text Example

White with #306C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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