Html Css Color HEX #30730B Bilbao

📋 copy color: '#30730B'

red 48 ◦ green 115 ◦ blue 11

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

Shades of Bilbao #30730B

Tints of Bilbao #30730B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 66.09%

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

R = 27.59%
G = 66.09%
B = 6.32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#30730B (or 0x30730B) is known color: Bilbao. HEX triplet: 30, 73 and 0B. RGB value is (48,115,11). Sum of RGB (Red+Green+Blue) = 48+115+11=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 115 (45.31% from 255 or 66.09% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 115 - color contains mainly: green. Hex color #30730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30730B is #CF8CF4. Grayscale: #535353. Windows color (decimal): -13602037 or 750384. OLE color: 750384.

HSL color Cylindrical-coordinate representation of color #30730B: hue angle of 98.65º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30730B is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 11 -
CMYK 0.58 0 0.90 0.55
HSL 98.65º 0.83% 0.25% -
HSV(B) 98.65º 0.9% 0.45% -
XYZ 7.41 12.91 2.42 -
YUV 83.11 87.3 102.96 -
System Red Green Blue C M Y K H S L
Decimal 48 115 11 0.58 0 0.90 0.55 98.65 0.83 0.25
Hex 30 73 B 3A 0 5A 37 63 53 19
Octal 60 163 13 72 0 132 67 143 123 31
Binary 110000 1110011 1011 111010 0 1011010 110111 1100011 1010011 11001

Color Harmonies of #30730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30730B

Black with #30730B

Text Example


Text Example

White with #30730B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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