Html Css Color HEX #307011 Bilbao

📋 copy color: '#307011'

red 48 ◦ green 112 ◦ blue 17

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

Shades of Bilbao #307011

Tints of Bilbao #307011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.6%

R = 27.12%
G = 63.28%
B = 9.6%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#307011 (or 0x307011) is known color: Bilbao. HEX triplet: 30, 70 and 11. RGB value is (48,112,17). Sum of RGB (Red+Green+Blue) = 48+112+17=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #307011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307011 is #CF8FEE. Grayscale: #525252. Windows color (decimal): -13602799 or 1142832. OLE color: 1142832.

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

Color convert

RGB 48 112 17 -
CMYK 0.57 0 0.85 0.56
HSL 100.42º 0.74% 0.25% -
HSV(B) 100.42º 0.85% 0.44% -
XYZ 7.11 12.26 2.52 -
YUV 82.03 91.3 103.72 -
System Red Green Blue C M Y K H S L
Decimal 48 112 17 0.57 0 0.85 0.56 100.42 0.74 0.25
Hex 30 70 11 39 0 55 38 64 4A 19
Octal 60 160 21 71 0 125 70 144 112 31
Binary 110000 1110000 10001 111001 0 1010101 111000 1100100 1001010 11001

Color Harmonies of #307011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307011

Black with #307011

Text Example


Text Example

White with #307011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307011; }

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

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

background-color css

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

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

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

border-color css

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

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

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