Html Css Color HEX #307014 Bilbao

📋 copy color: '#307014'

red 48 ◦ green 112 ◦ blue 20

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

Shades of Bilbao #307014

Tints of Bilbao #307014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 62.22%

 BLUE value IS 20 (8.2% from 255) = 11.11%

R = 26.67%
G = 62.22%
B = 11.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#307014 (or 0x307014) is known color: Bilbao. HEX triplet: 30, 70 and 14. RGB value is (48,112,20). Sum of RGB (Red+Green+Blue) = 48+112+20=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #307014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307014 is #CF8FEB. Grayscale: #525252. Windows color (decimal): -13602796 or 1339440. OLE color: 1339440.

HSL color Cylindrical-coordinate representation of color #307014: hue angle of 101.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #307014 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 20 -
CMYK 0.57 0 0.82 0.56
HSL 101.74º 0.7% 0.26% -
HSV(B) 101.74º 0.82% 0.44% -
XYZ 7.14 12.27 2.65 -
YUV 82.38 92.8 103.48 -
System Red Green Blue C M Y K H S L
Decimal 48 112 20 0.57 0 0.82 0.56 101.74 0.7 0.26
Hex 30 70 14 39 0 52 38 66 46 1A
Octal 60 160 24 71 0 122 70 146 106 32
Binary 110000 1110000 10100 111001 0 1010010 111000 1100110 1000110 11010

Color Harmonies of #307014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307014

Black with #307014

Text Example


Text Example

White with #307014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307014; }

 p { color: rgb(48,112,20); }

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

background-color css

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

 a { background-color: rgb(48,112,20); }

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

border-color css

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

 span { border-color: rgb(48,112,20); }

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