Html Css Color HEX #30850F Bilbao

📋 copy color: '#30850F'

red 48 ◦ green 133 ◦ blue 15

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

Shades of Bilbao #30850F

Tints of Bilbao #30850F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 67.86%

 BLUE value IS 15 (6.25% from 255) = 7.65%

R = 24.49%
G = 67.86%
B = 7.65%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#30850F (or 0x30850F) is known color: Bilbao. HEX triplet: 30, 85 and 0F. RGB value is (48,133,15). Sum of RGB (Red+Green+Blue) = 48+133+15=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 133 (52.34% from 255 or 67.86% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 133 - color contains mainly: green. Hex color #30850F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30850F is #CF7AF0. Grayscale: #5E5E5E. Windows color (decimal): -13597425 or 1017136. OLE color: 1017136.

HSL color Cylindrical-coordinate representation of color #30850F: hue angle of 103.22º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30850F is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 133 15 -
CMYK 0.64 0 0.89 0.48
HSL 103.22º 0.8% 0.29% -
HSV(B) 103.22º 0.89% 0.52% -
XYZ 9.69 17.44 3.31 -
YUV 94.13 83.34 95.09 -
System Red Green Blue C M Y K H S L
Decimal 48 133 15 0.64 0 0.89 0.48 103.22 0.8 0.29
Hex 30 85 F 40 0 59 30 67 50 1D
Octal 60 205 17 100 0 131 60 147 120 35
Binary 110000 10000101 1111 1000000 0 1011001 110000 1100111 1010000 11101

Color Harmonies of #30850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30850F

Black with #30850F

Text Example


Text Example

White with #30850F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,133,15); }

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

background-color css

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

 a { background-color: rgb(48,133,15); }

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

border-color css

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

 span { border-color: rgb(48,133,15); }

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