Html Css Color HEX #307919 Bilbao

📋 copy color: '#307919'

red 48 ◦ green 121 ◦ blue 25

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

Shades of Bilbao #307919

Tints of Bilbao #307919

RGB

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

 GREEN value IS 121 (47.66% from 255) = 62.37%

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

R = 24.74%
G = 62.37%
B = 12.89%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#307919 (or 0x307919) is known color: Bilbao. HEX triplet: 30, 79 and 19. RGB value is (48,121,25). Sum of RGB (Red+Green+Blue) = 48+121+25=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 121 (47.66% from 255 or 62.37% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 121 - color contains mainly: green. Hex color #307919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307919 is #CF86E6. Grayscale: #585858. Windows color (decimal): -13600487 or 1669424. OLE color: 1669424.

HSL color Cylindrical-coordinate representation of color #307919: hue angle of 105.62º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #307919 is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 121 25 -
CMYK 0.60 0 0.79 0.53
HSL 105.63º 0.66% 0.29% -
HSV(B) 105.63º 0.79% 0.47% -
XYZ 8.23 14.37 3.26 -
YUV 88.23 92.32 99.31 -
System Red Green Blue C M Y K H S L
Decimal 48 121 25 0.60 0 0.79 0.53 105.63 0.66 0.29
Hex 30 79 19 3C 0 4F 35 6A 42 1D
Octal 60 171 31 74 0 117 65 152 102 35
Binary 110000 1111001 11001 111100 0 1001111 110101 1101010 1000010 11101

Color Harmonies of #307919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307919

Black with #307919

Text Example


Text Example

White with #307919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307919; }

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

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

background-color css

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

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

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

border-color css

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

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

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