Html Css Color HEX #308212 Bilbao

📋 copy color: '#308212'

red 48 ◦ green 130 ◦ blue 18

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

Shades of Bilbao #308212

Tints of Bilbao #308212

RGB

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

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

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

R = 24.49%
G = 66.33%
B = 9.18%

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

#308212 (or 0x308212) is known color: Bilbao. HEX triplet: 30, 82 and 12. RGB value is (48,130,18). Sum of RGB (Red+Green+Blue) = 48+130+18=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 130 (51.17% from 255 or 66.33% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 130 - color contains mainly: green. Hex color #308212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308212 is #CF7DED. Grayscale: #5D5D5D. Windows color (decimal): -13598190 or 1212976. OLE color: 1212976.

HSL color Cylindrical-coordinate representation of color #308212: hue angle of 103.93º 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 #308212 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 18 -
CMYK 0.63 0 0.86 0.49
HSL 103.93º 0.76% 0.29% -
HSV(B) 103.93º 0.86% 0.51% -
XYZ 9.31 16.64 3.29 -
YUV 92.71 85.83 96.11 -
System Red Green Blue C M Y K H S L
Decimal 48 130 18 0.63 0 0.86 0.49 103.93 0.76 0.29
Hex 30 82 12 3F 0 56 31 68 4C 1D
Octal 60 202 22 77 0 126 61 150 114 35
Binary 110000 10000010 10010 111111 0 1010110 110001 1101000 1001100 11101

Color Harmonies of #308212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308212

Black with #308212

Text Example


Text Example

White with #308212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308212; }

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

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

background-color css

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

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

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

border-color css

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

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

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