Html Css Color HEX #30731E Bilbao

📋 copy color: '#30731E'

red 48 ◦ green 115 ◦ blue 30

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

Shades of Bilbao #30731E

Tints of Bilbao #30731E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.54%

R = 24.87%
G = 59.59%
B = 15.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#30731E (or 0x30731E) is known color: Bilbao. HEX triplet: 30, 73 and 1E. RGB value is (48,115,30). Sum of RGB (Red+Green+Blue) = 48+115+30=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #30731E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30731E is #CF8CE1. Grayscale: #555555. Windows color (decimal): -13602018 or 1995568. OLE color: 1995568.

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

Color convert

RGB 48 115 30 -
CMYK 0.58 0 0.74 0.55
HSL 107.29º 0.59% 0.28% -
HSV(B) 107.29º 0.74% 0.45% -
XYZ 7.58 12.98 3.33 -
YUV 85.28 96.8 101.41 -
System Red Green Blue C M Y K H S L
Decimal 48 115 30 0.58 0 0.74 0.55 107.29 0.59 0.28
Hex 30 73 1E 3A 0 4A 37 6B 3B 1C
Octal 60 163 36 72 0 112 67 153 73 34
Binary 110000 1110011 11110 111010 0 1001010 110111 1101011 111011 11100

Color Harmonies of #30731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30731E

Black with #30731E

Text Example


Text Example

White with #30731E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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