Html Css Color HEX #30711F Bilbao

📋 copy color: '#30711F'

red 48 ◦ green 113 ◦ blue 31

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

Shades of Bilbao #30711F

Tints of Bilbao #30711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 58.85%

 BLUE value IS 31 (12.5% from 255) = 16.15%

R = 25%
G = 58.85%
B = 16.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#30711F (or 0x30711F) is known color: Bilbao. HEX triplet: 30, 71 and 1F. RGB value is (48,113,31). Sum of RGB (Red+Green+Blue) = 48+113+31=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #30711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30711F is #CF8EE0. Grayscale: #545454. Windows color (decimal): -13602529 or 2060592. OLE color: 2060592.

HSL color Cylindrical-coordinate representation of color #30711F: hue angle of 107.56º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30711F is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 113 31 -
CMYK 0.58 0 0.73 0.56
HSL 107.56º 0.57% 0.28% -
HSV(B) 107.56º 0.73% 0.44% -
XYZ 7.37 12.54 3.33 -
YUV 84.22 97.97 102.17 -
System Red Green Blue C M Y K H S L
Decimal 48 113 31 0.58 0 0.73 0.56 107.56 0.57 0.28
Hex 30 71 1F 3A 0 49 38 6C 39 1C
Octal 60 161 37 72 0 111 70 154 71 34
Binary 110000 1110001 11111 111010 0 1001001 111000 1101100 111001 11100

Color Harmonies of #30711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30711F

Black with #30711F

Text Example


Text Example

White with #30711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,113,31); }

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

background-color css

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

 a { background-color: rgb(48,113,31); }

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

border-color css

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

 span { border-color: rgb(48,113,31); }

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