Html Css Color HEX #308D00 Bilbao

📋 copy color: '#308D00'

red 48 ◦ green 141 ◦ blue 0

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

Shades of Bilbao #308D00

Tints of Bilbao #308D00

RGB

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

 GREEN value IS 141 (55.47% from 255) = 74.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 25.4%
G = 74.6%
B = 0%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#308D00 (or 0x308D00) is known color: Bilbao. HEX triplet: 30, 8D and 00. RGB value is (48,141,0). Sum of RGB (Red+Green+Blue) = 48+141+0=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 141 (55.47% from 255 or 74.60% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 141 - color contains mainly: green. Hex color #308D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308D00 is #CF72FF. Grayscale: #616161. Windows color (decimal): -13595392 or 36144. OLE color: 36144.

HSL color Cylindrical-coordinate representation of color #308D00: hue angle of 99.57º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #308D00 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 141 0 -
CMYK 0.66 0 1 0.45
HSL 99.57º 1% 0.28% -
HSV(B) 99.57º 1% 0.55% -
XYZ 10.74 19.68 3.23 -
YUV 97.12 73.19 92.96 -
System Red Green Blue C M Y K H S L
Decimal 48 141 0 0.66 0 1 0.45 99.57 1 0.28
Hex 30 8D 0 42 0 64 2D 64 64 1C
Octal 60 215 0 102 0 144 55 144 144 34
Binary 110000 10001101 0 1000010 0 1100100 101101 1100100 1100100 11100

Color Harmonies of #308D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D00

Black with #308D00

Text Example


Text Example

White with #308D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308D00; }

 p { color: rgb(48,141,0); }

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

background-color css

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

 a { background-color: rgb(48,141,0); }

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

border-color css

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

 span { border-color: rgb(48,141,0); }

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