Html Css Color HEX #30701A Bilbao

📋 copy color: '#30701A'

red 48 ◦ green 112 ◦ blue 26

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

Shades of Bilbao #30701A

Tints of Bilbao #30701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.22%

 BLUE value IS 26 (10.55% from 255) = 13.98%

R = 25.81%
G = 60.22%
B = 13.98%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#30701A (or 0x30701A) is known color: Bilbao. HEX triplet: 30, 70 and 1A. RGB value is (48,112,26). Sum of RGB (Red+Green+Blue) = 48+112+26=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #30701A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30701A is #CF8FE5. Grayscale: #535353. Windows color (decimal): -13602790 or 1732656. OLE color: 1732656.

HSL color Cylindrical-coordinate representation of color #30701A: hue angle of 104.65º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30701A is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 26 -
CMYK 0.57 0 0.77 0.56
HSL 104.65º 0.62% 0.27% -
HSV(B) 104.65º 0.77% 0.44% -
XYZ 7.2 12.29 2.97 -
YUV 83.06 95.8 102.99 -
System Red Green Blue C M Y K H S L
Decimal 48 112 26 0.57 0 0.77 0.56 104.65 0.62 0.27
Hex 30 70 1A 39 0 4D 38 69 3E 1B
Octal 60 160 32 71 0 115 70 151 76 33
Binary 110000 1110000 11010 111001 0 1001101 111000 1101001 111110 11011

Color Harmonies of #30701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30701A

Black with #30701A

Text Example


Text Example

White with #30701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,112,26); }

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

background-color css

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

 a { background-color: rgb(48,112,26); }

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

border-color css

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

 span { border-color: rgb(48,112,26); }

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