Html Css Color HEX #308015 Bilbao

📋 copy color: '#308015'

red 48 ◦ green 128 ◦ blue 21

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

Shades of Bilbao #308015

Tints of Bilbao #308015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.66%

R = 24.37%
G = 64.97%
B = 10.66%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#308015 (or 0x308015) is known color: Bilbao. HEX triplet: 30, 80 and 15. RGB value is (48,128,21). Sum of RGB (Red+Green+Blue) = 48+128+21=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 128 (50.39% from 255 or 64.97% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 128 - color contains mainly: green. Hex color #308015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308015 is #CF7FEA. Grayscale: #5C5C5C. Windows color (decimal): -13598699 or 1409072. OLE color: 1409072.

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

Color convert

RGB 48 128 21 -
CMYK 0.62 0 0.84 0.50
HSL 104.86º 0.72% 0.29% -
HSV(B) 104.86º 0.84% 0.5% -
XYZ 9.07 16.12 3.34 -
YUV 91.88 88 96.7 -
System Red Green Blue C M Y K H S L
Decimal 48 128 21 0.62 0 0.84 0.50 104.86 0.72 0.29
Hex 30 80 15 3E 0 54 32 69 48 1D
Octal 60 200 25 76 0 124 62 151 110 35
Binary 110000 10000000 10101 111110 0 1010100 110010 1101001 1001000 11101

Color Harmonies of #308015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308015

Black with #308015

Text Example


Text Example

White with #308015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308015; }

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

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

background-color css

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

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

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

border-color css

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

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

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