Html Css Color HEX #307019 Bilbao

📋 copy color: '#307019'

red 48 ◦ green 112 ◦ blue 25

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

Shades of Bilbao #307019

Tints of Bilbao #307019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.54%

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

R = 25.95%
G = 60.54%
B = 13.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#307019 (or 0x307019) is known color: Bilbao. HEX triplet: 30, 70 and 19. RGB value is (48,112,25). Sum of RGB (Red+Green+Blue) = 48+112+25=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #307019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307019 is #CF8FE6. Grayscale: #535353. Windows color (decimal): -13602791 or 1667120. OLE color: 1667120.

HSL color Cylindrical-coordinate representation of color #307019: hue angle of 104.14º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #307019 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 25 -
CMYK 0.57 0 0.78 0.56
HSL 104.14º 0.64% 0.27% -
HSV(B) 104.14º 0.78% 0.44% -
XYZ 7.19 12.29 2.91 -
YUV 82.95 95.3 103.07 -
System Red Green Blue C M Y K H S L
Decimal 48 112 25 0.57 0 0.78 0.56 104.14 0.64 0.27
Hex 30 70 19 39 0 4E 38 68 40 1B
Octal 60 160 31 71 0 116 70 150 100 33
Binary 110000 1110000 11001 111001 0 1001110 111000 1101000 1000000 11011

Color Harmonies of #307019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307019

Black with #307019

Text Example


Text Example

White with #307019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307019; }

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

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

background-color css

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

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

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

border-color css

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

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

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