Html Css Color HEX #308401 Bilbao

📋 copy color: '#308401'

red 48 ◦ green 132 ◦ blue 1

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

Shades of Bilbao #308401

Tints of Bilbao #308401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 72.93%

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

R = 26.52%
G = 72.93%
B = 0.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#308401 (or 0x308401) is known color: Bilbao. HEX triplet: 30, 84 and 01. RGB value is (48,132,1). Sum of RGB (Red+Green+Blue) = 48+132+1=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 132 (51.95% from 255 or 72.93% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 132 - color contains mainly: green. Hex color #308401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308401 is #CF7BFE. Grayscale: #5C5C5C. Windows color (decimal): -13597695 or 99376. OLE color: 99376.

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

Color convert

RGB 48 132 1 -
CMYK 0.64 0 0.99 0.48
HSL 98.47º 0.98% 0.26% -
HSV(B) 98.47º 0.99% 0.52% -
XYZ 9.48 17.13 2.84 -
YUV 91.95 76.67 96.65 -
System Red Green Blue C M Y K H S L
Decimal 48 132 1 0.64 0 0.99 0.48 98.47 0.98 0.26
Hex 30 84 1 40 0 63 30 62 62 1A
Octal 60 204 1 100 0 143 60 142 142 32
Binary 110000 10000100 1 1000000 0 1100011 110000 1100010 1100010 11010

Color Harmonies of #308401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308401

Black with #308401

Text Example


Text Example

White with #308401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308401; }

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

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

background-color css

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

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

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

border-color css

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

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

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