Html Css Color HEX #306B04 Bilbao

📋 copy color: '#306B04'

red 48 ◦ green 107 ◦ blue 4

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

Shades of Bilbao #306B04

Tints of Bilbao #306B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.52%

R = 30.19%
G = 67.3%
B = 2.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#306B04 (or 0x306B04) is known color: Bilbao. HEX triplet: 30, 6B and 04. RGB value is (48,107,4). Sum of RGB (Red+Green+Blue) = 48+107+4=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 107 (42.19% from 255 or 67.30% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 107 - color contains mainly: green. Hex color #306B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306B04 is #CF94FB. Grayscale: #4D4D4D. Windows color (decimal): -13604092 or 289584. OLE color: 289584.

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

Color convert

RGB 48 107 4 -
CMYK 0.55 0 0.96 0.58
HSL 94.37º 0.93% 0.22% -
HSV(B) 94.37º 0.96% 0.42% -
XYZ 6.5 11.15 1.93 -
YUV 77.62 86.45 106.88 -
System Red Green Blue C M Y K H S L
Decimal 48 107 4 0.55 0 0.96 0.58 94.37 0.93 0.22
Hex 30 6B 4 37 0 60 3A 5E 5D 16
Octal 60 153 4 67 0 140 72 136 135 26
Binary 110000 1101011 100 110111 0 1100000 111010 1011110 1011101 10110

Color Harmonies of #306B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306B04

Black with #306B04

Text Example


Text Example

White with #306B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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