Html Css Color HEX #30731F Bilbao

📋 copy color: '#30731F'

red 48 ◦ green 115 ◦ blue 31

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

Shades of Bilbao #30731F

Tints of Bilbao #30731F

RGB

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

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

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

R = 24.74%
G = 59.28%
B = 15.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#30731F (or 0x30731F) is known color: Bilbao. HEX triplet: 30, 73 and 1F. RGB value is (48,115,31). Sum of RGB (Red+Green+Blue) = 48+115+31=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #30731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30731F is #CF8CE0. Grayscale: #555555. Windows color (decimal): -13602017 or 2061104. OLE color: 2061104.

HSL color Cylindrical-coordinate representation of color #30731F: hue angle of 107.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30731F is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 31 -
CMYK 0.58 0 0.73 0.55
HSL 107.86º 0.58% 0.29% -
HSV(B) 107.86º 0.73% 0.45% -
XYZ 7.6 12.99 3.4 -
YUV 85.39 97.3 101.33 -
System Red Green Blue C M Y K H S L
Decimal 48 115 31 0.58 0 0.73 0.55 107.86 0.58 0.29
Hex 30 73 1F 3A 0 49 37 6C 3A 1D
Octal 60 163 37 72 0 111 67 154 72 35
Binary 110000 1110011 11111 111010 0 1001001 110111 1101100 111010 11101

Color Harmonies of #30731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30731F

Black with #30731F

Text Example


Text Example

White with #30731F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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