Html Css Color HEX #308B03 Bilbao

📋 copy color: '#308B03'

red 48 ◦ green 139 ◦ blue 3

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

Shades of Bilbao #308B03

Tints of Bilbao #308B03

RGB

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

 GREEN value IS 139 (54.69% from 255) = 73.16%

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

R = 25.26%
G = 73.16%
B = 1.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#308B03 (or 0x308B03) is known color: Bilbao. HEX triplet: 30, 8B and 03. RGB value is (48,139,3). Sum of RGB (Red+Green+Blue) = 48+139+3=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 139 (54.69% from 255 or 73.16% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 139 - color contains mainly: green. Hex color #308B03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308B03 is #CF74FC. Grayscale: #606060. Windows color (decimal): -13595901 or 232240. OLE color: 232240.

HSL color Cylindrical-coordinate representation of color #308B03: hue angle of 100.15º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #308B03 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 139 3 -
CMYK 0.65 0 0.98 0.45
HSL 100.15º 0.96% 0.28% -
HSV(B) 100.15º 0.98% 0.55% -
XYZ 10.47 19.1 3.22 -
YUV 96.29 75.35 93.56 -
System Red Green Blue C M Y K H S L
Decimal 48 139 3 0.65 0 0.98 0.45 100.15 0.96 0.28
Hex 30 8B 3 41 0 62 2D 64 60 1C
Octal 60 213 3 101 0 142 55 144 140 34
Binary 110000 10001011 11 1000001 0 1100010 101101 1100100 1100000 11100

Color Harmonies of #308B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B03

Black with #308B03

Text Example


Text Example

White with #308B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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