Html Css Color HEX #306F04 Bilbao

📋 copy color: '#306F04'

red 48 ◦ green 111 ◦ blue 4

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

Shades of Bilbao #306F04

Tints of Bilbao #306F04

RGB

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

 GREEN value IS 111 (43.75% from 255) = 68.1%

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

R = 29.45%
G = 68.1%
B = 2.45%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#306F04 (or 0x306F04) is known color: Bilbao. HEX triplet: 30, 6F and 04. RGB value is (48,111,4). Sum of RGB (Red+Green+Blue) = 48+111+4=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 111 (43.75% from 255 or 68.10% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 111 - color contains mainly: green. Hex color #306F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306F04 is #CF90FB. Grayscale: #505050. Windows color (decimal): -13603068 or 290608. OLE color: 290608.

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

Color convert

RGB 48 111 4 -
CMYK 0.57 0 0.96 0.56
HSL 95.33º 0.93% 0.23% -
HSV(B) 95.33º 0.96% 0.44% -
XYZ 6.93 12.01 2.07 -
YUV 79.97 85.13 105.2 -
System Red Green Blue C M Y K H S L
Decimal 48 111 4 0.57 0 0.96 0.56 95.33 0.93 0.23
Hex 30 6F 4 39 0 60 38 5F 5D 17
Octal 60 157 4 71 0 140 70 137 135 27
Binary 110000 1101111 100 111001 0 1100000 111000 1011111 1011101 10111

Color Harmonies of #306F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F04

Black with #306F04

Text Example


Text Example

White with #306F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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