Html Css Color HEX #308D04 Bilbao

📋 copy color: '#308D04'

red 48 ◦ green 141 ◦ blue 4

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

Shades of Bilbao #308D04

Tints of Bilbao #308D04

RGB

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

 GREEN value IS 141 (55.47% from 255) = 73.06%

 BLUE value IS 4 (1.95% from 255) = 2.07%

R = 24.87%
G = 73.06%
B = 2.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#308D04 (or 0x308D04) is known color: Bilbao. HEX triplet: 30, 8D and 04. RGB value is (48,141,4). Sum of RGB (Red+Green+Blue) = 48+141+4=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 141 (55.47% from 255 or 73.06% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 141 - color contains mainly: green. Hex color #308D04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308D04 is #CF72FB. Grayscale: #626262. Windows color (decimal): -13595388 or 298288. OLE color: 298288.

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

Color convert

RGB 48 141 4 -
CMYK 0.66 0 0.97 0.45
HSL 100.73º 0.94% 0.28% -
HSV(B) 100.73º 0.97% 0.55% -
XYZ 10.77 19.69 3.35 -
YUV 97.58 75.19 92.64 -
System Red Green Blue C M Y K H S L
Decimal 48 141 4 0.66 0 0.97 0.45 100.73 0.94 0.28
Hex 30 8D 4 42 0 61 2D 65 5E 1C
Octal 60 215 4 102 0 141 55 145 136 34
Binary 110000 10001101 100 1000010 0 1100001 101101 1100101 1011110 11100

Color Harmonies of #308D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D04

Black with #308D04

Text Example


Text Example

White with #308D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,141,4); }

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

background-color css

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

 a { background-color: rgb(48,141,4); }

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

border-color css

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

 span { border-color: rgb(48,141,4); }

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