Html Css Color HEX #307D13 Bilbao

📋 copy color: '#307D13'

red 48 ◦ green 125 ◦ blue 19

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

Shades of Bilbao #307D13

Tints of Bilbao #307D13

RGB

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

 GREEN value IS 125 (49.22% from 255) = 65.1%

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

R = 25%
G = 65.1%
B = 9.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#307D13 (or 0x307D13) is known color: Bilbao. HEX triplet: 30, 7D and 13. RGB value is (48,125,19). Sum of RGB (Red+Green+Blue) = 48+125+19=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 125 (49.22% from 255 or 65.10% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 125 - color contains mainly: green. Hex color #307D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307D13 is #CF82EC. Grayscale: #5A5A5A. Windows color (decimal): -13599469 or 1277232. OLE color: 1277232.

HSL color Cylindrical-coordinate representation of color #307D13: hue angle of 103.58º degrees, saturation: 0.74, 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 #307D13 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 125 19 -
CMYK 0.62 0 0.85 0.51
HSL 103.58º 0.74% 0.28% -
HSV(B) 103.58º 0.85% 0.49% -
XYZ 8.67 15.34 3.12 -
YUV 89.89 87.99 98.12 -
System Red Green Blue C M Y K H S L
Decimal 48 125 19 0.62 0 0.85 0.51 103.58 0.74 0.28
Hex 30 7D 13 3E 0 55 33 68 4A 1C
Octal 60 175 23 76 0 125 63 150 112 34
Binary 110000 1111101 10011 111110 0 1010101 110011 1101000 1001010 11100

Color Harmonies of #307D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307D13

Black with #307D13

Text Example


Text Example

White with #307D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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