Html Css Color HEX #30730A Bilbao

📋 copy color: '#30730A'

red 48 ◦ green 115 ◦ blue 10

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

Shades of Bilbao #30730A

Tints of Bilbao #30730A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.78%

R = 27.75%
G = 66.47%
B = 5.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#30730A (or 0x30730A) is known color: Bilbao. HEX triplet: 30, 73 and 0A. RGB value is (48,115,10). Sum of RGB (Red+Green+Blue) = 48+115+10=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 115 (45.31% from 255 or 66.47% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 115 - color contains mainly: green. Hex color #30730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30730A is #CF8CF5. Grayscale: #535353. Windows color (decimal): -13602038 or 684848. OLE color: 684848.

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

Color convert

RGB 48 115 10 -
CMYK 0.58 0 0.91 0.55
HSL 98.29º 0.84% 0.25% -
HSV(B) 98.29º 0.91% 0.45% -
XYZ 7.4 12.91 2.39 -
YUV 83 86.8 103.04 -
System Red Green Blue C M Y K H S L
Decimal 48 115 10 0.58 0 0.91 0.55 98.29 0.84 0.25
Hex 30 73 A 3A 0 5B 37 62 54 19
Octal 60 163 12 72 0 133 67 142 124 31
Binary 110000 1110011 1010 111010 0 1011011 110111 1100010 1010100 11001

Color Harmonies of #30730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30730A

Black with #30730A

Text Example


Text Example

White with #30730A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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