Html Css Color HEX #308C11 Bilbao

📋 copy color: '#308C11'

red 48 ◦ green 140 ◦ blue 17

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

Shades of Bilbao #308C11

Tints of Bilbao #308C11

RGB

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

 GREEN value IS 140 (55.08% from 255) = 68.29%

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

R = 23.41%
G = 68.29%
B = 8.29%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#308C11 (or 0x308C11) is known color: Bilbao. HEX triplet: 30, 8C and 11. RGB value is (48,140,17). Sum of RGB (Red+Green+Blue) = 48+140+17=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 140 (55.08% from 255 or 68.29% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 140 - color contains mainly: green. Hex color #308C11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308C11 is #CF73EE. Grayscale: #626262. Windows color (decimal): -13595631 or 1150000. OLE color: 1150000.

HSL color Cylindrical-coordinate representation of color #308C11: hue angle of 104.88º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #308C11 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 140 17 -
CMYK 0.66 0 0.88 0.45
HSL 104.88º 0.78% 0.31% -
HSV(B) 104.88º 0.88% 0.55% -
XYZ 10.7 19.43 3.72 -
YUV 98.47 82.02 92 -
System Red Green Blue C M Y K H S L
Decimal 48 140 17 0.66 0 0.88 0.45 104.88 0.78 0.31
Hex 30 8C 11 42 0 58 2D 69 4E 1F
Octal 60 214 21 102 0 130 55 151 116 37
Binary 110000 10001100 10001 1000010 0 1011000 101101 1101001 1001110 11111

Color Harmonies of #308C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308C11

Black with #308C11

Text Example


Text Example

White with #308C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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