Html Css Color HEX #307F11 Bilbao

📋 copy color: '#307F11'

red 48 ◦ green 127 ◦ blue 17

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

Shades of Bilbao #307F11

Tints of Bilbao #307F11

RGB

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

 GREEN value IS 127 (50% from 255) = 66.15%

 BLUE value IS 17 (7.03% from 255) = 8.85%

R = 25%
G = 66.15%
B = 8.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#307F11 (or 0x307F11) is known color: Bilbao. HEX triplet: 30, 7F and 11. RGB value is (48,127,17). Sum of RGB (Red+Green+Blue) = 48+127+17=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 127 (50% from 255 or 66.15% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 127 - color contains mainly: green. Hex color #307F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307F11 is #CF80EE. Grayscale: #5B5B5B. Windows color (decimal): -13598959 or 1146672. OLE color: 1146672.

HSL color Cylindrical-coordinate representation of color #307F11: hue angle of 103.09º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #307F11 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 127 17 -
CMYK 0.62 0 0.87 0.50
HSL 103.09º 0.76% 0.28% -
HSV(B) 103.09º 0.87% 0.5% -
XYZ 8.91 15.85 3.12 -
YUV 90.84 86.33 97.44 -
System Red Green Blue C M Y K H S L
Decimal 48 127 17 0.62 0 0.87 0.50 103.09 0.76 0.28
Hex 30 7F 11 3E 0 57 32 67 4C 1C
Octal 60 177 21 76 0 127 62 147 114 34
Binary 110000 1111111 10001 111110 0 1010111 110010 1100111 1001100 11100

Color Harmonies of #307F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F11

Black with #307F11

Text Example


Text Example

White with #307F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,127,17); }

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

background-color css

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

 a { background-color: rgb(48,127,17); }

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

border-color css

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

 span { border-color: rgb(48,127,17); }

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