Html Css Color HEX #308F04 Bilbao

📋 copy color: '#308F04'

red 48 ◦ green 143 ◦ blue 4

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

Shades of Bilbao #308F04

Tints of Bilbao #308F04

RGB

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

 GREEN value IS 143 (56.25% from 255) = 73.33%

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

R = 24.62%
G = 73.33%
B = 2.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#308F04 (or 0x308F04) is known color: Bilbao. HEX triplet: 30, 8F and 04. RGB value is (48,143,4). Sum of RGB (Red+Green+Blue) = 48+143+4=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 143 (56.25% from 255 or 73.33% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 143 - color contains mainly: green. Hex color #308F04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308F04 is #CF70FB. Grayscale: #636363. Windows color (decimal): -13594876 or 298800. OLE color: 298800.

HSL color Cylindrical-coordinate representation of color #308F04: hue angle of 101.01º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #308F04 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 143 4 -
CMYK 0.66 0 0.97 0.44
HSL 101.01º 0.95% 0.29% -
HSV(B) 101.01º 0.97% 0.56% -
XYZ 11.06 20.28 3.45 -
YUV 98.75 74.53 91.8 -
System Red Green Blue C M Y K H S L
Decimal 48 143 4 0.66 0 0.97 0.44 101.01 0.95 0.29
Hex 30 8F 4 42 0 61 2C 65 5F 1D
Octal 60 217 4 102 0 141 54 145 137 35
Binary 110000 10001111 100 1000010 0 1100001 101100 1100101 1011111 11101

Color Harmonies of #308F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F04

Black with #308F04

Text Example


Text Example

White with #308F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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