Html Css Color HEX #30881F Bilbao

📋 copy color: '#30881F'

red 48 ◦ green 136 ◦ blue 31

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

Shades of Bilbao #30881F

Tints of Bilbao #30881F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 63.26%

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

R = 22.33%
G = 63.26%
B = 14.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#30881F (or 0x30881F) is known color: Bilbao. HEX triplet: 30, 88 and 1F. RGB value is (48,136,31). Sum of RGB (Red+Green+Blue) = 48+136+31=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 136 (53.52% from 255 or 63.26% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 136 - color contains mainly: green. Hex color #30881F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30881F is #CF77E0. Grayscale: #626262. Windows color (decimal): -13596641 or 2066480. OLE color: 2066480.

HSL color Cylindrical-coordinate representation of color #30881F: hue angle of 110.29º 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 #30881F is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 136 31 -
CMYK 0.65 0 0.77 0.47
HSL 110.29º 0.63% 0.33% -
HSV(B) 110.29º 0.77% 0.53% -
XYZ 10.27 18.34 4.29 -
YUV 97.72 90.35 92.54 -
System Red Green Blue C M Y K H S L
Decimal 48 136 31 0.65 0 0.77 0.47 110.29 0.63 0.33
Hex 30 88 1F 41 0 4D 2F 6E 3F 21
Octal 60 210 37 101 0 115 57 156 77 41
Binary 110000 10001000 11111 1000001 0 1001101 101111 1101110 111111 100001

Color Harmonies of #30881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30881F

Black with #30881F

Text Example


Text Example

White with #30881F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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