Html Css Color HEX #307301 Bilbao

📋 copy color: '#307301'

red 48 ◦ green 115 ◦ blue 1

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

Shades of Bilbao #307301

Tints of Bilbao #307301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 70.12%

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 29.27%
G = 70.12%
B = 0.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#307301 (or 0x307301) is known color: Bilbao. HEX triplet: 30, 73 and 01. RGB value is (48,115,1). Sum of RGB (Red+Green+Blue) = 48+115+1=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 115 (45.31% from 255 or 70.12% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 115 - color contains mainly: green. Hex color #307301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307301 is #CF8CFE. Grayscale: #525252. Windows color (decimal): -13602047 or 95024. OLE color: 95024.

HSL color Cylindrical-coordinate representation of color #307301: hue angle of 95.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #307301 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 1 -
CMYK 0.58 0 0.99 0.55
HSL 95.26º 0.98% 0.23% -
HSV(B) 95.26º 0.99% 0.45% -
XYZ 7.36 12.89 2.13 -
YUV 81.97 82.3 103.77 -
System Red Green Blue C M Y K H S L
Decimal 48 115 1 0.58 0 0.99 0.55 95.26 0.98 0.23
Hex 30 73 1 3A 0 63 37 5F 62 17
Octal 60 163 1 72 0 143 67 137 142 27
Binary 110000 1110011 1 111010 0 1100011 110111 1011111 1100010 10111

Color Harmonies of #307301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307301

Black with #307301

Text Example


Text Example

White with #307301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307301; }

 p { color: rgb(48,115,1); }

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

background-color css

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

 a { background-color: rgb(48,115,1); }

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

border-color css

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

 span { border-color: rgb(48,115,1); }

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