Html Css Color HEX #30771E Bilbao

📋 copy color: '#30771E'

red 48 ◦ green 119 ◦ blue 30

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

Shades of Bilbao #30771E

Tints of Bilbao #30771E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 60.41%

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

R = 24.37%
G = 60.41%
B = 15.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#30771E (or 0x30771E) is known color: Bilbao. HEX triplet: 30, 77 and 1E. RGB value is (48,119,30). Sum of RGB (Red+Green+Blue) = 48+119+30=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #30771E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30771E is #CF88E1. Grayscale: #575757. Windows color (decimal): -13600994 or 1996592. OLE color: 1996592.

HSL color Cylindrical-coordinate representation of color #30771E: hue angle of 107.87º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30771E is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 30 -
CMYK 0.60 0 0.75 0.53
HSL 107.87º 0.6% 0.29% -
HSV(B) 107.87º 0.75% 0.47% -
XYZ 8.05 13.92 3.49 -
YUV 87.63 95.48 99.74 -
System Red Green Blue C M Y K H S L
Decimal 48 119 30 0.60 0 0.75 0.53 107.87 0.6 0.29
Hex 30 77 1E 3C 0 4B 35 6C 3C 1D
Octal 60 167 36 74 0 113 65 154 74 35
Binary 110000 1110111 11110 111100 0 1001011 110101 1101100 111100 11101

Color Harmonies of #30771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30771E

Black with #30771E

Text Example


Text Example

White with #30771E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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