Html Css Color HEX #308810 Bilbao

📋 copy color: '#308810'

red 48 ◦ green 136 ◦ blue 16

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

Shades of Bilbao #308810

Tints of Bilbao #308810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8%

R = 24%
G = 68%
B = 8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#308810 (or 0x308810) is known color: Bilbao. HEX triplet: 30, 88 and 10. RGB value is (48,136,16). Sum of RGB (Red+Green+Blue) = 48+136+16=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 136 (53.52% from 255 or 68% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 136 - color contains mainly: green. Hex color #308810 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308810 is #CF77EF. Grayscale: #606060. Windows color (decimal): -13596656 or 1083440. OLE color: 1083440.

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

Color convert

RGB 48 136 16 -
CMYK 0.65 0 0.88 0.47
HSL 104º 0.79% 0.3% -
HSV(B) 104º 0.88% 0.53% -
XYZ 10.12 18.27 3.48 -
YUV 96.01 82.85 93.76 -
System Red Green Blue C M Y K H S L
Decimal 48 136 16 0.65 0 0.88 0.47 104 0.79 0.3
Hex 30 88 10 41 0 58 2F 68 4F 1E
Octal 60 210 20 101 0 130 57 150 117 36
Binary 110000 10001000 10000 1000001 0 1011000 101111 1101000 1001111 11110

Color Harmonies of #308810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308810

Black with #308810

Text Example


Text Example

White with #308810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308810; }

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

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

background-color css

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

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

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

border-color css

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

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

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