Html Css Color HEX #306C05 Bilbao

📋 copy color: '#306C05'

red 48 ◦ green 108 ◦ blue 5

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

Shades of Bilbao #306C05

Tints of Bilbao #306C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.11%

R = 29.81%
G = 67.08%
B = 3.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#306C05 (or 0x306C05) is known color: Bilbao. HEX triplet: 30, 6C and 05. RGB value is (48,108,5). Sum of RGB (Red+Green+Blue) = 48+108+5=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 108 (42.58% from 255 or 67.08% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 108 - color contains mainly: green. Hex color #306C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306C05 is #CF93FA. Grayscale: #4E4E4E. Windows color (decimal): -13603835 or 355376. OLE color: 355376.

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

Color convert

RGB 48 108 5 -
CMYK 0.56 0 0.95 0.58
HSL 94.95º 0.91% 0.22% -
HSV(B) 94.95º 0.95% 0.42% -
XYZ 6.61 11.36 1.99 -
YUV 78.32 86.62 106.38 -
System Red Green Blue C M Y K H S L
Decimal 48 108 5 0.56 0 0.95 0.58 94.95 0.91 0.22
Hex 30 6C 5 38 0 5F 3A 5F 5B 16
Octal 60 154 5 70 0 137 72 137 133 26
Binary 110000 1101100 101 111000 0 1011111 111010 1011111 1011011 10110

Color Harmonies of #306C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C05

Black with #306C05

Text Example


Text Example

White with #306C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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