Html Css Color HEX #30750F Bilbao

📋 copy color: '#30750F'

red 48 ◦ green 117 ◦ blue 15

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

Shades of Bilbao #30750F

Tints of Bilbao #30750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 65%

 BLUE value IS 15 (6.25% from 255) = 8.33%

R = 26.67%
G = 65%
B = 8.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#30750F (or 0x30750F) is known color: Bilbao. HEX triplet: 30, 75 and 0F. RGB value is (48,117,15). Sum of RGB (Red+Green+Blue) = 48+117+15=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 117 (46.09% from 255 or 65% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 117 - color contains mainly: green. Hex color #30750F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30750F is #CF8AF0. Grayscale: #555555. Windows color (decimal): -13601521 or 1013040. OLE color: 1013040.

HSL color Cylindrical-coordinate representation of color #30750F: hue angle of 100.59º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30750F is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 15 -
CMYK 0.59 0 0.87 0.54
HSL 100.59º 0.77% 0.26% -
HSV(B) 100.59º 0.87% 0.46% -
XYZ 7.67 13.39 2.63 -
YUV 84.74 88.64 101.79 -
System Red Green Blue C M Y K H S L
Decimal 48 117 15 0.59 0 0.87 0.54 100.59 0.77 0.26
Hex 30 75 F 3B 0 57 36 65 4D 1A
Octal 60 165 17 73 0 127 66 145 115 32
Binary 110000 1110101 1111 111011 0 1010111 110110 1100101 1001101 11010

Color Harmonies of #30750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30750F

Black with #30750F

Text Example


Text Example

White with #30750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30750F; }

 p { color: rgb(48,117,15); }

 H1.HeaderClassName
 {
   color: #30750F;
 }
 .AnyTagClassName
 {
   color: #30750F;
 }
</style>

background-color css

<style>
 a { background-color: #30750F; }

 a { background-color: rgb(48,117,15); }

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

border-color css

<style>
 span { border-color: #30750F; }

 span { border-color: rgb(48,117,15); }

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