Html Css Color HEX #307C15 Bilbao

📋 copy color: '#307C15'

red 48 ◦ green 124 ◦ blue 21

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

Shades of Bilbao #307C15

Tints of Bilbao #307C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.88%

R = 24.87%
G = 64.25%
B = 10.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#307C15 (or 0x307C15) is known color: Bilbao. HEX triplet: 30, 7C and 15. RGB value is (48,124,21). Sum of RGB (Red+Green+Blue) = 48+124+21=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 124 (48.83% from 255 or 64.25% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 124 - color contains mainly: green. Hex color #307C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307C15 is #CF83EA. Grayscale: #595959. Windows color (decimal): -13599723 or 1408048. OLE color: 1408048.

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

Color convert

RGB 48 124 21 -
CMYK 0.61 0 0.83 0.51
HSL 104.27º 0.71% 0.28% -
HSV(B) 104.27º 0.83% 0.49% -
XYZ 8.56 15.1 3.17 -
YUV 89.53 89.32 98.38 -
System Red Green Blue C M Y K H S L
Decimal 48 124 21 0.61 0 0.83 0.51 104.27 0.71 0.28
Hex 30 7C 15 3D 0 53 33 68 47 1C
Octal 60 174 25 75 0 123 63 150 107 34
Binary 110000 1111100 10101 111101 0 1010011 110011 1101000 1000111 11100

Color Harmonies of #307C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C15

Black with #307C15

Text Example


Text Example

White with #307C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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