Html Css Color HEX #307211 Bilbao

📋 copy color: '#307211'

red 48 ◦ green 114 ◦ blue 17

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

Shades of Bilbao #307211

Tints of Bilbao #307211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 63.69%

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

R = 26.82%
G = 63.69%
B = 9.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#307211 (or 0x307211) is known color: Bilbao. HEX triplet: 30, 72 and 11. RGB value is (48,114,17). Sum of RGB (Red+Green+Blue) = 48+114+17=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 114 (44.92% from 255 or 63.69% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 114 - color contains mainly: green. Hex color #307211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307211 is #CF8DEE. Grayscale: #535353. Windows color (decimal): -13602287 or 1143344. OLE color: 1143344.

HSL color Cylindrical-coordinate representation of color #307211: hue angle of 100.82º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #307211 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 114 17 -
CMYK 0.58 0 0.85 0.55
HSL 100.82º 0.74% 0.26% -
HSV(B) 100.82º 0.85% 0.45% -
XYZ 7.34 12.7 2.6 -
YUV 83.21 90.63 102.89 -
System Red Green Blue C M Y K H S L
Decimal 48 114 17 0.58 0 0.85 0.55 100.82 0.74 0.26
Hex 30 72 11 3A 0 55 37 65 4A 1A
Octal 60 162 21 72 0 125 67 145 112 32
Binary 110000 1110010 10001 111010 0 1010101 110111 1100101 1001010 11010

Color Harmonies of #307211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307211

Black with #307211

Text Example


Text Example

White with #307211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307211; }

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

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

background-color css

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

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

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

border-color css

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

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

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