Html Css Color HEX #308800 Bilbao

📋 copy color: '#308800'

red 48 ◦ green 136 ◦ blue 0

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

Shades of Bilbao #308800

Tints of Bilbao #308800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 73.91%

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

R = 26.09%
G = 73.91%
B = 0%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#308800 (or 0x308800) is known color: Bilbao. HEX triplet: 30, 88 and 00. RGB value is (48,136,0). Sum of RGB (Red+Green+Blue) = 48+136+0=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 136 (53.52% from 255 or 73.91% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 136 - color contains mainly: green. Hex color #308800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308800 is #CF77FF. Grayscale: #5E5E5E. Windows color (decimal): -13596672 or 34864. OLE color: 34864.

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

Color convert

RGB 48 136 0 -
CMYK 0.65 0 1 0.47
HSL 98.82º 1% 0.27% -
HSV(B) 98.82º 1% 0.53% -
XYZ 10.02 18.24 2.99 -
YUV 94.18 74.85 95.06 -
System Red Green Blue C M Y K H S L
Decimal 48 136 0 0.65 0 1 0.47 98.82 1 0.27
Hex 30 88 0 41 0 64 2F 63 64 1B
Octal 60 210 0 101 0 144 57 143 144 33
Binary 110000 10001000 0 1000001 0 1100100 101111 1100011 1100100 11011

Color Harmonies of #308800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308800

Black with #308800

Text Example


Text Example

White with #308800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308800; }

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

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

background-color css

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

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

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

border-color css

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

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

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