Html Css Color HEX #308615 Bilbao

📋 copy color: '#308615'

red 48 ◦ green 134 ◦ blue 21

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

Shades of Bilbao #308615

Tints of Bilbao #308615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 66.01%

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

R = 23.65%
G = 66.01%
B = 10.34%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#308615 (or 0x308615) is known color: Bilbao. HEX triplet: 30, 86 and 15. RGB value is (48,134,21). Sum of RGB (Red+Green+Blue) = 48+134+21=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 134 (52.73% from 255 or 66.01% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 134 - color contains mainly: green. Hex color #308615 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308615 is #CF79EA. Grayscale: #5F5F5F. Windows color (decimal): -13597163 or 1410608. OLE color: 1410608.

HSL color Cylindrical-coordinate representation of color #308615: hue angle of 105.66º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #308615 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 21 -
CMYK 0.64 0 0.84 0.47
HSL 105.66º 0.73% 0.3% -
HSV(B) 105.66º 0.84% 0.53% -
XYZ 9.88 17.73 3.61 -
YUV 95.4 86.01 94.19 -
System Red Green Blue C M Y K H S L
Decimal 48 134 21 0.64 0 0.84 0.47 105.66 0.73 0.3
Hex 30 86 15 40 0 54 2F 6A 49 1E
Octal 60 206 25 100 0 124 57 152 111 36
Binary 110000 10000110 10101 1000000 0 1010100 101111 1101010 1001001 11110

Color Harmonies of #308615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308615

Black with #308615

Text Example


Text Example

White with #308615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308615; }

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

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

background-color css

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

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

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

border-color css

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

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

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