Html Css Color HEX #306C19 Bilbao

📋 copy color: '#306C19'

red 48 ◦ green 108 ◦ blue 25

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

Shades of Bilbao #306C19

Tints of Bilbao #306C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.81%

R = 26.52%
G = 59.67%
B = 13.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#306C19 (or 0x306C19) is known color: Bilbao. HEX triplet: 30, 6C and 19. RGB value is (48,108,25). Sum of RGB (Red+Green+Blue) = 48+108+25=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 108 (42.58% from 255 or 59.67% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 108 - color contains mainly: green. Hex color #306C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306C19 is #CF93E6. Grayscale: #505050. Windows color (decimal): -13603815 or 1666096. OLE color: 1666096.

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

Color convert

RGB 48 108 25 -
CMYK 0.56 0 0.77 0.58
HSL 103.37º 0.62% 0.26% -
HSV(B) 103.37º 0.77% 0.42% -
XYZ 6.76 11.42 2.77 -
YUV 80.6 96.62 104.75 -
System Red Green Blue C M Y K H S L
Decimal 48 108 25 0.56 0 0.77 0.58 103.37 0.62 0.26
Hex 30 6C 19 38 0 4D 3A 67 3E 1A
Octal 60 154 31 70 0 115 72 147 76 32
Binary 110000 1101100 11001 111000 0 1001101 111010 1100111 111110 11010

Color Harmonies of #306C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C19

Black with #306C19

Text Example


Text Example

White with #306C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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