Html Css Color HEX #308210 Bilbao

📋 copy color: '#308210'

red 48 ◦ green 130 ◦ blue 16

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

Shades of Bilbao #308210

Tints of Bilbao #308210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 67.01%

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

R = 24.74%
G = 67.01%
B = 8.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#308210 (or 0x308210) is known color: Bilbao. HEX triplet: 30, 82 and 10. RGB value is (48,130,16). Sum of RGB (Red+Green+Blue) = 48+130+16=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #308210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308210 is #CF7DEF. Grayscale: #5C5C5C. Windows color (decimal): -13598192 or 1081904. OLE color: 1081904.

HSL color Cylindrical-coordinate representation of color #308210: hue angle of 103.16º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #308210 is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 16 -
CMYK 0.63 0 0.88 0.49
HSL 103.16º 0.78% 0.29% -
HSV(B) 103.16º 0.88% 0.51% -
XYZ 9.3 16.63 3.21 -
YUV 92.49 84.83 96.27 -
System Red Green Blue C M Y K H S L
Decimal 48 130 16 0.63 0 0.88 0.49 103.16 0.78 0.29
Hex 30 82 10 3F 0 58 31 67 4E 1D
Octal 60 202 20 77 0 130 61 147 116 35
Binary 110000 10000010 10000 111111 0 1011000 110001 1100111 1001110 11101

Color Harmonies of #308210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308210

Black with #308210

Text Example


Text Example

White with #308210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308210; }

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

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

background-color css

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

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

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

border-color css

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

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

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