Html Css Color HEX #30850D Bilbao

📋 copy color: '#30850D'

red 48 ◦ green 133 ◦ blue 13

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

Shades of Bilbao #30850D

Tints of Bilbao #30850D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.7%

R = 24.74%
G = 68.56%
B = 6.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#30850D (or 0x30850D) is known color: Bilbao. HEX triplet: 30, 85 and 0D. RGB value is (48,133,13). Sum of RGB (Red+Green+Blue) = 48+133+13=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 133 (52.34% from 255 or 68.56% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 133 - color contains mainly: green. Hex color #30850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30850D is #CF7AF2. Grayscale: #5E5E5E. Windows color (decimal): -13597427 or 886064. OLE color: 886064.

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

Color convert

RGB 48 133 13 -
CMYK 0.64 0 0.90 0.48
HSL 102.5º 0.82% 0.29% -
HSV(B) 102.5º 0.9% 0.52% -
XYZ 9.68 17.43 3.24 -
YUV 93.91 82.34 95.26 -
System Red Green Blue C M Y K H S L
Decimal 48 133 13 0.64 0 0.90 0.48 102.5 0.82 0.29
Hex 30 85 D 40 0 5A 30 66 52 1D
Octal 60 205 15 100 0 132 60 146 122 35
Binary 110000 10000101 1101 1000000 0 1011010 110000 1100110 1010010 11101

Color Harmonies of #30850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30850D

Black with #30850D

Text Example


Text Example

White with #30850D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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