Html Css Color HEX #307824 Bilbao

📋 copy color: '#307824'

red 48 ◦ green 120 ◦ blue 36

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

Shades of Bilbao #307824

Tints of Bilbao #307824

RGB

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

 GREEN value IS 120 (47.27% from 255) = 58.82%

 BLUE value IS 36 (14.45% from 255) = 17.65%

R = 23.53%
G = 58.82%
B = 17.65%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.7

 K value IS 0.53

RGB Variations

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

Color information

#307824 (or 0x307824) is known color: Bilbao. HEX triplet: 30, 78 and 24. RGB value is (48,120,36). Sum of RGB (Red+Green+Blue) = 48+120+36=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 120 (47.27% from 255 or 58.82% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 120 - color contains mainly: green. Hex color #307824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307824 is #CF87DB. Grayscale: #595959. Windows color (decimal): -13600732 or 2390064. OLE color: 2390064.

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

Color convert

RGB 48 120 36 -
CMYK 0.60 0 0.7 0.53
HSL 111.43º 0.54% 0.31% -
HSV(B) 111.43º 0.7% 0.47% -
XYZ 8.25 14.19 3.97 -
YUV 88.9 98.15 98.83 -
System Red Green Blue C M Y K H S L
Decimal 48 120 36 0.60 0 0.7 0.53 111.43 0.54 0.31
Hex 30 78 24 3C 0 46 35 6F 36 1F
Octal 60 170 44 74 0 106 65 157 66 37
Binary 110000 1111000 100100 111100 0 1000110 110101 1101111 110110 11111

Color Harmonies of #307824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307824

Black with #307824

Text Example


Text Example

White with #307824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307824; }

 p { color: rgb(48,120,36); }

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

background-color css

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

 a { background-color: rgb(48,120,36); }

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

border-color css

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

 span { border-color: rgb(48,120,36); }

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