Html Css Color HEX #307C13 Bilbao

📋 copy color: '#307C13'

red 48 ◦ green 124 ◦ blue 19

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

Shades of Bilbao #307C13

Tints of Bilbao #307C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.95%

R = 25.13%
G = 64.92%
B = 9.95%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#307C13 (or 0x307C13) is known color: Bilbao. HEX triplet: 30, 7C and 13. RGB value is (48,124,19). Sum of RGB (Red+Green+Blue) = 48+124+19=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 124 (48.83% from 255 or 64.92% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 124 - color contains mainly: green. Hex color #307C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307C13 is #CF83EC. Grayscale: #595959. Windows color (decimal): -13599725 or 1276976. OLE color: 1276976.

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

Color convert

RGB 48 124 19 -
CMYK 0.61 0 0.85 0.51
HSL 103.43º 0.73% 0.28% -
HSV(B) 103.43º 0.85% 0.49% -
XYZ 8.54 15.09 3.08 -
YUV 89.31 88.32 98.54 -
System Red Green Blue C M Y K H S L
Decimal 48 124 19 0.61 0 0.85 0.51 103.43 0.73 0.28
Hex 30 7C 13 3D 0 55 33 67 49 1C
Octal 60 174 23 75 0 125 63 147 111 34
Binary 110000 1111100 10011 111101 0 1010101 110011 1100111 1001001 11100

Color Harmonies of #307C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C13

Black with #307C13

Text Example


Text Example

White with #307C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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