Html Css Color HEX #30880F Bilbao

📋 copy color: '#30880F'

red 48 ◦ green 136 ◦ blue 15

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

Shades of Bilbao #30880F

Tints of Bilbao #30880F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 68.34%

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

R = 24.12%
G = 68.34%
B = 7.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#30880F (or 0x30880F) is known color: Bilbao. HEX triplet: 30, 88 and 0F. RGB value is (48,136,15). Sum of RGB (Red+Green+Blue) = 48+136+15=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 136 (53.52% from 255 or 68.34% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 136 - color contains mainly: green. Hex color #30880F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30880F is #CF77F0. Grayscale: #606060. Windows color (decimal): -13596657 or 1017904. OLE color: 1017904.

HSL color Cylindrical-coordinate representation of color #30880F: hue angle of 103.64º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30880F is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 136 15 -
CMYK 0.65 0 0.89 0.47
HSL 103.64º 0.8% 0.3% -
HSV(B) 103.64º 0.89% 0.53% -
XYZ 10.11 18.27 3.45 -
YUV 95.89 82.35 93.84 -
System Red Green Blue C M Y K H S L
Decimal 48 136 15 0.65 0 0.89 0.47 103.64 0.8 0.3
Hex 30 88 F 41 0 59 2F 68 50 1E
Octal 60 210 17 101 0 131 57 150 120 36
Binary 110000 10001000 1111 1000001 0 1011001 101111 1101000 1010000 11110

Color Harmonies of #30880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30880F

Black with #30880F

Text Example


Text Example

White with #30880F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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