Html Css Color HEX #309301 Bilbao

📋 copy color: '#309301'

red 48 ◦ green 147 ◦ blue 1

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

Shades of Bilbao #309301

Tints of Bilbao #309301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 75%

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

R = 24.49%
G = 75%
B = 0.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#309301 (or 0x309301) is known color: Bilbao. HEX triplet: 30, 93 and 01. RGB value is (48,147,1). Sum of RGB (Red+Green+Blue) = 48+147+1=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 147 (57.81% from 255 or 75% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 147 - color contains mainly: green. Hex color #309301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309301 is #CF6CFE. Grayscale: #656565. Windows color (decimal): -13593855 or 103216. OLE color: 103216.

HSL color Cylindrical-coordinate representation of color #309301: hue angle of 100.68º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #309301 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 147 1 -
CMYK 0.67 0 0.99 0.42
HSL 100.68º 0.99% 0.29% -
HSV(B) 100.68º 0.99% 0.58% -
XYZ 11.66 21.5 3.56 -
YUV 100.76 71.7 90.37 -
System Red Green Blue C M Y K H S L
Decimal 48 147 1 0.67 0 0.99 0.42 100.68 0.99 0.29
Hex 30 93 1 43 0 63 2A 65 63 1D
Octal 60 223 1 103 0 143 52 145 143 35
Binary 110000 10010011 1 1000011 0 1100011 101010 1100101 1100011 11101

Color Harmonies of #309301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309301

Black with #309301

Text Example


Text Example

White with #309301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309301; }

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

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

background-color css

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

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

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

border-color css

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

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

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