Html Css Color HEX #307C0F Bilbao

📋 copy color: '#307C0F'

red 48 ◦ green 124 ◦ blue 15

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

Shades of Bilbao #307C0F

Tints of Bilbao #307C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.02%

R = 25.67%
G = 66.31%
B = 8.02%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#307C0F (or 0x307C0F) is known color: Bilbao. HEX triplet: 30, 7C and 0F. RGB value is (48,124,15). Sum of RGB (Red+Green+Blue) = 48+124+15=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 124 (48.83% from 255 or 66.31% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 124 - color contains mainly: green. Hex color #307C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307C0F is #CF83F0. Grayscale: #595959. Windows color (decimal): -13599729 or 1014832. OLE color: 1014832.

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

Color convert

RGB 48 124 15 -
CMYK 0.61 0 0.88 0.51
HSL 101.83º 0.78% 0.27% -
HSV(B) 101.83º 0.88% 0.49% -
XYZ 8.51 15.08 2.91 -
YUV 88.85 86.32 98.86 -
System Red Green Blue C M Y K H S L
Decimal 48 124 15 0.61 0 0.88 0.51 101.83 0.78 0.27
Hex 30 7C F 3D 0 58 33 66 4E 1B
Octal 60 174 17 75 0 130 63 146 116 33
Binary 110000 1111100 1111 111101 0 1011000 110011 1100110 1001110 11011

Color Harmonies of #307C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C0F

Black with #307C0F

Text Example


Text Example

White with #307C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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