Html Css Color HEX #307C0B Bilbao

📋 copy color: '#307C0B'

red 48 ◦ green 124 ◦ blue 11

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

Shades of Bilbao #307C0B

Tints of Bilbao #307C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.01%

R = 26.23%
G = 67.76%
B = 6.01%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#307C0B (or 0x307C0B) is known color: Bilbao. HEX triplet: 30, 7C and 0B. RGB value is (48,124,11). Sum of RGB (Red+Green+Blue) = 48+124+11=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 124 (48.83% from 255 or 67.76% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 124 - color contains mainly: green. Hex color #307C0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307C0B is #CF83F4. Grayscale: #585858. Windows color (decimal): -13599733 or 752688. OLE color: 752688.

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

Color convert

RGB 48 124 11 -
CMYK 0.61 0 0.91 0.51
HSL 100.35º 0.84% 0.26% -
HSV(B) 100.35º 0.91% 0.49% -
XYZ 8.49 15.07 2.78 -
YUV 88.39 84.32 99.19 -
System Red Green Blue C M Y K H S L
Decimal 48 124 11 0.61 0 0.91 0.51 100.35 0.84 0.26
Hex 30 7C B 3D 0 5B 33 64 54 1A
Octal 60 174 13 75 0 133 63 144 124 32
Binary 110000 1111100 1011 111101 0 1011011 110011 1100100 1010100 11010

Color Harmonies of #307C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C0B

Black with #307C0B

Text Example


Text Example

White with #307C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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