Html Css Color HEX #306A04 Bilbao

📋 copy color: '#306A04'

red 48 ◦ green 106 ◦ blue 4

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

Shades of Bilbao #306A04

Tints of Bilbao #306A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 67.09%

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

R = 30.38%
G = 67.09%
B = 2.53%

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

#306A04 (or 0x306A04) is known color: Bilbao. HEX triplet: 30, 6A and 04. RGB value is (48,106,4). Sum of RGB (Red+Green+Blue) = 48+106+4=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 106 (41.80% from 255 or 67.09% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 106 - color contains mainly: green. Hex color #306A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306A04 is #CF95FB. Grayscale: #4D4D4D. Windows color (decimal): -13604348 or 289328. OLE color: 289328.

HSL color Cylindrical-coordinate representation of color #306A04: hue angle of 94.12º 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 #306A04 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 106 4 -
CMYK 0.55 0 0.96 0.58
HSL 94.12º 0.93% 0.22% -
HSV(B) 94.12º 0.96% 0.42% -
XYZ 6.39 10.95 1.89 -
YUV 77.03 86.78 107.29 -
System Red Green Blue C M Y K H S L
Decimal 48 106 4 0.55 0 0.96 0.58 94.12 0.93 0.22
Hex 30 6A 4 37 0 60 3A 5E 5D 16
Octal 60 152 4 67 0 140 72 136 135 26
Binary 110000 1101010 100 110111 0 1100000 111010 1011110 1011101 10110

Color Harmonies of #306A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A04

Black with #306A04

Text Example


Text Example

White with #306A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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