Html Css Color HEX #309011 Bilbao

📋 copy color: '#309011'

red 48 ◦ green 144 ◦ blue 17

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

Shades of Bilbao #309011

Tints of Bilbao #309011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 68.9%

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

R = 22.97%
G = 68.9%
B = 8.13%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#309011 (or 0x309011) is known color: Bilbao. HEX triplet: 30, 90 and 11. RGB value is (48,144,17). Sum of RGB (Red+Green+Blue) = 48+144+17=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 144 (56.64% from 255 or 68.90% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 144 - color contains mainly: green. Hex color #309011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309011 is #CF6FEE. Grayscale: #656565. Windows color (decimal): -13594607 or 1151024. OLE color: 1151024.

HSL color Cylindrical-coordinate representation of color #309011: hue angle of 105.35º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #309011 is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 17 -
CMYK 0.67 0 0.88 0.44
HSL 105.35º 0.79% 0.32% -
HSV(B) 105.35º 0.88% 0.56% -
XYZ 11.29 20.62 3.91 -
YUV 100.82 80.7 90.33 -
System Red Green Blue C M Y K H S L
Decimal 48 144 17 0.67 0 0.88 0.44 105.35 0.79 0.32
Hex 30 90 11 43 0 58 2C 69 4F 20
Octal 60 220 21 103 0 130 54 151 117 40
Binary 110000 10010000 10001 1000011 0 1011000 101100 1101001 1001111 100000

Color Harmonies of #309011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309011

Black with #309011

Text Example


Text Example

White with #309011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309011; }

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

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

background-color css

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

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

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

border-color css

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

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

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