Html Css Color HEX #307B00 Bilbao

📋 copy color: '#307B00'

red 48 ◦ green 123 ◦ blue 0

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

Shades of Bilbao #307B00

Tints of Bilbao #307B00

RGB

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

 GREEN value IS 123 (48.44% from 255) = 71.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 28.07%
G = 71.93%
B = 0%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 1

 K value IS 0.52

RGB Variations

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

Color information

#307B00 (or 0x307B00) is known color: Bilbao. HEX triplet: 30, 7B and 00. RGB value is (48,123,0). Sum of RGB (Red+Green+Blue) = 48+123+0=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 123 (48.44% from 255 or 71.93% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 123 - color contains mainly: green. Hex color #307B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307B00 is #CF84FF. Grayscale: #565656. Windows color (decimal): -13600000 or 31536. OLE color: 31536.

HSL color Cylindrical-coordinate representation of color #307B00: hue angle of 96.59º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #307B00 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 123 0 -
CMYK 0.61 0 1 0.52
HSL 96.59º 1% 0.24% -
HSV(B) 96.59º 1% 0.48% -
XYZ 8.3 14.79 2.42 -
YUV 86.55 79.15 100.5 -
System Red Green Blue C M Y K H S L
Decimal 48 123 0 0.61 0 1 0.52 96.59 1 0.24
Hex 30 7B 0 3D 0 64 34 61 64 18
Octal 60 173 0 75 0 144 64 141 144 30
Binary 110000 1111011 0 111101 0 1100100 110100 1100001 1100100 11000

Color Harmonies of #307B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307B00

Black with #307B00

Text Example


Text Example

White with #307B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307B00; }

 p { color: rgb(48,123,0); }

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

background-color css

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

 a { background-color: rgb(48,123,0); }

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

border-color css

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

 span { border-color: rgb(48,123,0); }

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