Html Css Color HEX #308503 Bilbao

📋 copy color: '#308503'

red 48 ◦ green 133 ◦ blue 3

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

Shades of Bilbao #308503

Tints of Bilbao #308503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.63%

R = 26.09%
G = 72.28%
B = 1.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#308503 (or 0x308503) is known color: Bilbao. HEX triplet: 30, 85 and 03. RGB value is (48,133,3). Sum of RGB (Red+Green+Blue) = 48+133+3=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 133 (52.34% from 255 or 72.28% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 133 - color contains mainly: green. Hex color #308503 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308503 is #CF7AFC. Grayscale: #5D5D5D. Windows color (decimal): -13597437 or 230704. OLE color: 230704.

HSL color Cylindrical-coordinate representation of color #308503: hue angle of 99.23º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #308503 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 133 3 -
CMYK 0.64 0 0.98 0.48
HSL 99.23º 0.96% 0.27% -
HSV(B) 99.23º 0.98% 0.52% -
XYZ 9.62 17.41 2.94 -
YUV 92.77 77.34 96.07 -
System Red Green Blue C M Y K H S L
Decimal 48 133 3 0.64 0 0.98 0.48 99.23 0.96 0.27
Hex 30 85 3 40 0 62 30 63 60 1B
Octal 60 205 3 100 0 142 60 143 140 33
Binary 110000 10000101 11 1000000 0 1100010 110000 1100011 1100000 11011

Color Harmonies of #308503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308503

Black with #308503

Text Example


Text Example

White with #308503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308503; }

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

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

background-color css

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

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

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

border-color css

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

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

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