Html Css Color HEX #307C11 Bilbao

📋 copy color: '#307C11'

red 48 ◦ green 124 ◦ blue 17

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

Shades of Bilbao #307C11

Tints of Bilbao #307C11

RGB

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

 GREEN value IS 124 (48.83% from 255) = 65.61%

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

R = 25.4%
G = 65.61%
B = 8.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#307C11 (or 0x307C11) is known color: Bilbao. HEX triplet: 30, 7C and 11. RGB value is (48,124,17). Sum of RGB (Red+Green+Blue) = 48+124+17=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 124 (48.83% from 255 or 65.61% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 124 - color contains mainly: green. Hex color #307C11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307C11 is #CF83EE. Grayscale: #595959. Windows color (decimal): -13599727 or 1145904. OLE color: 1145904.

HSL color Cylindrical-coordinate representation of color #307C11: hue angle of 102.62º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #307C11 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 124 17 -
CMYK 0.61 0 0.86 0.51
HSL 102.62º 0.76% 0.28% -
HSV(B) 102.62º 0.86% 0.49% -
XYZ 8.53 15.08 2.99 -
YUV 89.08 87.32 98.7 -
System Red Green Blue C M Y K H S L
Decimal 48 124 17 0.61 0 0.86 0.51 102.62 0.76 0.28
Hex 30 7C 11 3D 0 56 33 67 4C 1C
Octal 60 174 21 75 0 126 63 147 114 34
Binary 110000 1111100 10001 111101 0 1010110 110011 1100111 1001100 11100

Color Harmonies of #307C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C11

Black with #307C11

Text Example


Text Example

White with #307C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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