Html Css Color HEX #30841E Bilbao

📋 copy color: '#30841E'

red 48 ◦ green 132 ◦ blue 30

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

Shades of Bilbao #30841E

Tints of Bilbao #30841E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 62.86%

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

R = 22.86%
G = 62.86%
B = 14.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#30841E (or 0x30841E) is known color: Bilbao. HEX triplet: 30, 84 and 1E. RGB value is (48,132,30). Sum of RGB (Red+Green+Blue) = 48+132+30=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #30841E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30841E is #CF7BE1. Grayscale: #5F5F5F. Windows color (decimal): -13597666 or 1999920. OLE color: 1999920.

HSL color Cylindrical-coordinate representation of color #30841E: hue angle of 109.41º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30841E is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 30 -
CMYK 0.64 0 0.77 0.48
HSL 109.41º 0.63% 0.32% -
HSV(B) 109.41º 0.77% 0.52% -
XYZ 9.7 17.22 4.04 -
YUV 95.26 91.17 94.29 -
System Red Green Blue C M Y K H S L
Decimal 48 132 30 0.64 0 0.77 0.48 109.41 0.63 0.32
Hex 30 84 1E 40 0 4D 30 6D 3F 20
Octal 60 204 36 100 0 115 60 155 77 40
Binary 110000 10000100 11110 1000000 0 1001101 110000 1101101 111111 100000

Color Harmonies of #30841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30841E

Black with #30841E

Text Example


Text Example

White with #30841E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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