Html Css Color HEX #30871F Bilbao

📋 copy color: '#30871F'

red 48 ◦ green 135 ◦ blue 31

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

Shades of Bilbao #30871F

Tints of Bilbao #30871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 63.08%

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

R = 22.43%
G = 63.08%
B = 14.49%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#30871F (or 0x30871F) is known color: Bilbao. HEX triplet: 30, 87 and 1F. RGB value is (48,135,31). Sum of RGB (Red+Green+Blue) = 48+135+31=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 135 (53.12% from 255 or 63.08% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 135 - color contains mainly: green. Hex color #30871F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30871F is #CF78E0. Grayscale: #616161. Windows color (decimal): -13596897 or 2066224. OLE color: 2066224.

HSL color Cylindrical-coordinate representation of color #30871F: hue angle of 110.19º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30871F is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 135 31 -
CMYK 0.64 0 0.77 0.47
HSL 110.19º 0.63% 0.33% -
HSV(B) 110.19º 0.77% 0.53% -
XYZ 10.13 18.06 4.25 -
YUV 97.13 90.68 92.96 -
System Red Green Blue C M Y K H S L
Decimal 48 135 31 0.64 0 0.77 0.47 110.19 0.63 0.33
Hex 30 87 1F 40 0 4D 2F 6E 3F 21
Octal 60 207 37 100 0 115 57 156 77 41
Binary 110000 10000111 11111 1000000 0 1001101 101111 1101110 111111 100001

Color Harmonies of #30871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30871F

Black with #30871F

Text Example


Text Example

White with #30871F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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