Html Css Color HEX #306919 Bilbao

📋 copy color: '#306919'

red 48 ◦ green 105 ◦ blue 25

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

Shades of Bilbao #306919

Tints of Bilbao #306919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.99%

 BLUE value IS 25 (10.16% from 255) = 14.04%

R = 26.97%
G = 58.99%
B = 14.04%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#306919 (or 0x306919) is known color: Bilbao. HEX triplet: 30, 69 and 19. RGB value is (48,105,25). Sum of RGB (Red+Green+Blue) = 48+105+25=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 105 (41.41% from 255 or 58.99% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 105 - color contains mainly: green. Hex color #306919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306919 is #CF96E6. Grayscale: #4F4F4F. Windows color (decimal): -13604583 or 1665328. OLE color: 1665328.

HSL color Cylindrical-coordinate representation of color #306919: hue angle of 102.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #306919 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 105 25 -
CMYK 0.54 0 0.76 0.59
HSL 102.75º 0.62% 0.25% -
HSV(B) 102.75º 0.76% 0.41% -
XYZ 6.45 10.8 2.66 -
YUV 78.84 97.62 106 -
System Red Green Blue C M Y K H S L
Decimal 48 105 25 0.54 0 0.76 0.59 102.75 0.62 0.25
Hex 30 69 19 36 0 4C 3B 67 3E 19
Octal 60 151 31 66 0 114 73 147 76 31
Binary 110000 1101001 11001 110110 0 1001100 111011 1100111 111110 11001

Color Harmonies of #306919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306919

Black with #306919

Text Example


Text Example

White with #306919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306919; }

 p { color: rgb(48,105,25); }

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

background-color css

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

 a { background-color: rgb(48,105,25); }

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

border-color css

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

 span { border-color: rgb(48,105,25); }

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