Html Css Color HEX #306D04 Bilbao

📋 copy color: '#306D04'

red 48 ◦ green 109 ◦ blue 4

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

Shades of Bilbao #306D04

Tints of Bilbao #306D04

RGB

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

 GREEN value IS 109 (42.97% from 255) = 67.7%

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

R = 29.81%
G = 67.7%
B = 2.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#306D04 (or 0x306D04) is known color: Bilbao. HEX triplet: 30, 6D and 04. RGB value is (48,109,4). Sum of RGB (Red+Green+Blue) = 48+109+4=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 109 (42.97% from 255 or 67.70% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 109 - color contains mainly: green. Hex color #306D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306D04 is #CF92FB. Grayscale: #4F4F4F. Windows color (decimal): -13603580 or 290096. OLE color: 290096.

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

Color convert

RGB 48 109 4 -
CMYK 0.56 0 0.96 0.57
HSL 94.86º 0.93% 0.22% -
HSV(B) 94.86º 0.96% 0.43% -
XYZ 6.71 11.57 2 -
YUV 78.79 85.79 106.04 -
System Red Green Blue C M Y K H S L
Decimal 48 109 4 0.56 0 0.96 0.57 94.86 0.93 0.22
Hex 30 6D 4 38 0 60 39 5F 5D 16
Octal 60 155 4 70 0 140 71 137 135 26
Binary 110000 1101101 100 111000 0 1100000 111001 1011111 1011101 10110

Color Harmonies of #306D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D04

Black with #306D04

Text Example


Text Example

White with #306D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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