Html Css Color HEX #30840B Bilbao

📋 copy color: '#30840B'

red 48 ◦ green 132 ◦ blue 11

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

Shades of Bilbao #30840B

Tints of Bilbao #30840B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 69.11%

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

R = 25.13%
G = 69.11%
B = 5.76%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#30840B (or 0x30840B) is known color: Bilbao. HEX triplet: 30, 84 and 0B. RGB value is (48,132,11). Sum of RGB (Red+Green+Blue) = 48+132+11=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 132 (51.95% from 255 or 69.11% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 132 - color contains mainly: green. Hex color #30840B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30840B is #CF7BF4. Grayscale: #5D5D5D. Windows color (decimal): -13597685 or 754736. OLE color: 754736.

HSL color Cylindrical-coordinate representation of color #30840B: hue angle of 101.65º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30840B is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 11 -
CMYK 0.64 0 0.92 0.48
HSL 101.65º 0.85% 0.28% -
HSV(B) 101.65º 0.92% 0.52% -
XYZ 9.53 17.16 3.13 -
YUV 93.09 81.67 95.84 -
System Red Green Blue C M Y K H S L
Decimal 48 132 11 0.64 0 0.92 0.48 101.65 0.85 0.28
Hex 30 84 B 40 0 5C 30 66 55 1C
Octal 60 204 13 100 0 134 60 146 125 34
Binary 110000 10000100 1011 1000000 0 1011100 110000 1100110 1010101 11100

Color Harmonies of #30840B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30840B

Black with #30840B

Text Example


Text Example

White with #30840B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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