Html Css Color HEX #308901 Bilbao

📋 copy color: '#308901'

red 48 ◦ green 137 ◦ blue 1

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

Shades of Bilbao #308901

Tints of Bilbao #308901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 73.66%

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

R = 25.81%
G = 73.66%
B = 0.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#308901 (or 0x308901) is known color: Bilbao. HEX triplet: 30, 89 and 01. RGB value is (48,137,1). Sum of RGB (Red+Green+Blue) = 48+137+1=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 137 (53.91% from 255 or 73.66% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 137 - color contains mainly: green. Hex color #308901 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308901 is #CF76FE. Grayscale: #5F5F5F. Windows color (decimal): -13596415 or 100656. OLE color: 100656.

HSL color Cylindrical-coordinate representation of color #308901: hue angle of 99.26º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #308901 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 137 1 -
CMYK 0.65 0 0.99 0.46
HSL 99.26º 0.99% 0.27% -
HSV(B) 99.26º 0.99% 0.54% -
XYZ 10.17 18.52 3.07 -
YUV 94.89 75.01 94.56 -
System Red Green Blue C M Y K H S L
Decimal 48 137 1 0.65 0 0.99 0.46 99.26 0.99 0.27
Hex 30 89 1 41 0 63 2E 63 63 1B
Octal 60 211 1 101 0 143 56 143 143 33
Binary 110000 10001001 1 1000001 0 1100011 101110 1100011 1100011 11011

Color Harmonies of #308901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308901

Black with #308901

Text Example


Text Example

White with #308901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308901; }

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

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

background-color css

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

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

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

border-color css

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

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

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