Html Css Color HEX #308511 Bilbao

📋 copy color: '#308511'

red 48 ◦ green 133 ◦ blue 17

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

Shades of Bilbao #308511

Tints of Bilbao #308511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 67.17%

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

R = 24.24%
G = 67.17%
B = 8.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#308511 (or 0x308511) is known color: Bilbao. HEX triplet: 30, 85 and 11. RGB value is (48,133,17). Sum of RGB (Red+Green+Blue) = 48+133+17=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 133 (52.34% from 255 or 67.17% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 133 - color contains mainly: green. Hex color #308511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308511 is #CF7AEE. Grayscale: #5E5E5E. Windows color (decimal): -13597423 or 1148208. OLE color: 1148208.

HSL color Cylindrical-coordinate representation of color #308511: hue angle of 103.97º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #308511 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 133 17 -
CMYK 0.64 0 0.87 0.48
HSL 103.97º 0.77% 0.29% -
HSV(B) 103.97º 0.87% 0.52% -
XYZ 9.71 17.44 3.39 -
YUV 94.36 84.34 94.93 -
System Red Green Blue C M Y K H S L
Decimal 48 133 17 0.64 0 0.87 0.48 103.97 0.77 0.29
Hex 30 85 11 40 0 57 30 68 4D 1D
Octal 60 205 21 100 0 127 60 150 115 35
Binary 110000 10000101 10001 1000000 0 1010111 110000 1101000 1001101 11101

Color Harmonies of #308511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308511

Black with #308511

Text Example


Text Example

White with #308511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308511; }

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

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

background-color css

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

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

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

border-color css

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

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

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