Html Css Color HEX #308601 Bilbao

📋 copy color: '#308601'

red 48 ◦ green 134 ◦ blue 1

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

Shades of Bilbao #308601

Tints of Bilbao #308601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 26.23%
G = 73.22%
B = 0.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#308601 (or 0x308601) is known color: Bilbao. HEX triplet: 30, 86 and 01. RGB value is (48,134,1). Sum of RGB (Red+Green+Blue) = 48+134+1=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 134 (52.73% from 255 or 73.22% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 134 - color contains mainly: green. Hex color #308601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308601 is #CF79FE. Grayscale: #5D5D5D. Windows color (decimal): -13597183 or 99888. OLE color: 99888.

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

Color convert

RGB 48 134 1 -
CMYK 0.64 0 0.99 0.47
HSL 98.8º 0.99% 0.26% -
HSV(B) 98.8º 0.99% 0.53% -
XYZ 9.75 17.68 2.93 -
YUV 93.12 76.01 95.81 -
System Red Green Blue C M Y K H S L
Decimal 48 134 1 0.64 0 0.99 0.47 98.8 0.99 0.26
Hex 30 86 1 40 0 63 2F 63 63 1A
Octal 60 206 1 100 0 143 57 143 143 32
Binary 110000 10000110 1 1000000 0 1100011 101111 1100011 1100011 11010

Color Harmonies of #308601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308601

Black with #308601

Text Example


Text Example

White with #308601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308601; }

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

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

background-color css

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

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

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

border-color css

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

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

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