Html Css Color HEX #30820B Bilbao

📋 copy color: '#30820B'

red 48 ◦ green 130 ◦ blue 11

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

Shades of Bilbao #30820B

Tints of Bilbao #30820B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.82%

R = 25.4%
G = 68.78%
B = 5.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#30820B (or 0x30820B) is known color: Bilbao. HEX triplet: 30, 82 and 0B. RGB value is (48,130,11). Sum of RGB (Red+Green+Blue) = 48+130+11=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #30820B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30820B is #CF7DF4. Grayscale: #5C5C5C. Windows color (decimal): -13598197 or 754224. OLE color: 754224.

HSL color Cylindrical-coordinate representation of color #30820B: hue angle of 101.34º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30820B is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 11 -
CMYK 0.63 0 0.92 0.49
HSL 101.34º 0.84% 0.28% -
HSV(B) 101.34º 0.92% 0.51% -
XYZ 9.26 16.62 3.04 -
YUV 91.92 82.33 96.68 -
System Red Green Blue C M Y K H S L
Decimal 48 130 11 0.63 0 0.92 0.49 101.34 0.84 0.28
Hex 30 82 B 3F 0 5C 31 65 54 1C
Octal 60 202 13 77 0 134 61 145 124 34
Binary 110000 10000010 1011 111111 0 1011100 110001 1100101 1010100 11100

Color Harmonies of #30820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30820B

Black with #30820B

Text Example


Text Example

White with #30820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30820B; }

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

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

background-color css

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

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

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

border-color css

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

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

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