Html Css Color HEX #308016 Bilbao

📋 copy color: '#308016'

red 48 ◦ green 128 ◦ blue 22

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

Shades of Bilbao #308016

Tints of Bilbao #308016

RGB

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

 GREEN value IS 128 (50.39% from 255) = 64.65%

 BLUE value IS 22 (8.98% from 255) = 11.11%

R = 24.24%
G = 64.65%
B = 11.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#308016 (or 0x308016) is known color: Bilbao. HEX triplet: 30, 80 and 16. RGB value is (48,128,22). Sum of RGB (Red+Green+Blue) = 48+128+22=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 128 (50.39% from 255 or 64.65% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 128 - color contains mainly: green. Hex color #308016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308016 is #CF7FE9. Grayscale: #5C5C5C. Windows color (decimal): -13598698 or 1474608. OLE color: 1474608.

HSL color Cylindrical-coordinate representation of color #308016: hue angle of 105.28º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #308016 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 22 -
CMYK 0.62 0 0.83 0.50
HSL 105.28º 0.71% 0.29% -
HSV(B) 105.28º 0.83% 0.5% -
XYZ 9.08 16.12 3.39 -
YUV 92 88.5 96.62 -
System Red Green Blue C M Y K H S L
Decimal 48 128 22 0.62 0 0.83 0.50 105.28 0.71 0.29
Hex 30 80 16 3E 0 53 32 69 47 1D
Octal 60 200 26 76 0 123 62 151 107 35
Binary 110000 10000000 10110 111110 0 1010011 110010 1101001 1000111 11101

Color Harmonies of #308016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308016

Black with #308016

Text Example


Text Example

White with #308016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308016; }

 p { color: rgb(48,128,22); }

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

background-color css

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

 a { background-color: rgb(48,128,22); }

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

border-color css

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

 span { border-color: rgb(48,128,22); }

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