Html Css Color HEX #308312 Bilbao

📋 copy color: '#308312'

red 48 ◦ green 131 ◦ blue 18

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

Shades of Bilbao #308312

Tints of Bilbao #308312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 66.5%

 BLUE value IS 18 (7.42% from 255) = 9.14%

R = 24.37%
G = 66.5%
B = 9.14%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#308312 (or 0x308312) is known color: Bilbao. HEX triplet: 30, 83 and 12. RGB value is (48,131,18). Sum of RGB (Red+Green+Blue) = 48+131+18=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 131 (51.56% from 255 or 66.50% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 131 - color contains mainly: green. Hex color #308312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308312 is #CF7CED. Grayscale: #5D5D5D. Windows color (decimal): -13597934 or 1213232. OLE color: 1213232.

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

Color convert

RGB 48 131 18 -
CMYK 0.63 0 0.86 0.49
HSL 104.07º 0.76% 0.29% -
HSV(B) 104.07º 0.86% 0.51% -
XYZ 9.44 16.9 3.34 -
YUV 93.3 85.5 95.69 -
System Red Green Blue C M Y K H S L
Decimal 48 131 18 0.63 0 0.86 0.49 104.07 0.76 0.29
Hex 30 83 12 3F 0 56 31 68 4C 1D
Octal 60 203 22 77 0 126 61 150 114 35
Binary 110000 10000011 10010 111111 0 1010110 110001 1101000 1001100 11101

Color Harmonies of #308312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308312

Black with #308312

Text Example


Text Example

White with #308312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308312; }

 p { color: rgb(48,131,18); }

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

background-color css

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

 a { background-color: rgb(48,131,18); }

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

border-color css

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

 span { border-color: rgb(48,131,18); }

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