Html Css Color HEX #307315 Bilbao

📋 copy color: '#307315'

red 48 ◦ green 115 ◦ blue 21

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

Shades of Bilbao #307315

Tints of Bilbao #307315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 62.5%

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 26.09%
G = 62.5%
B = 11.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#307315 (or 0x307315) is known color: Bilbao. HEX triplet: 30, 73 and 15. RGB value is (48,115,21). Sum of RGB (Red+Green+Blue) = 48+115+21=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 115 (45.31% from 255 or 62.5% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 115 - color contains mainly: green. Hex color #307315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307315 is #CF8CEA. Grayscale: #545454. Windows color (decimal): -13602027 or 1405744. OLE color: 1405744.

HSL color Cylindrical-coordinate representation of color #307315: hue angle of 102.77º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #307315 is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 21 -
CMYK 0.58 0 0.82 0.55
HSL 102.77º 0.69% 0.27% -
HSV(B) 102.77º 0.82% 0.45% -
XYZ 7.49 12.94 2.81 -
YUV 84.25 92.3 102.14 -
System Red Green Blue C M Y K H S L
Decimal 48 115 21 0.58 0 0.82 0.55 102.77 0.69 0.27
Hex 30 73 15 3A 0 52 37 67 45 1B
Octal 60 163 25 72 0 122 67 147 105 33
Binary 110000 1110011 10101 111010 0 1010010 110111 1100111 1000101 11011

Color Harmonies of #307315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307315

Black with #307315

Text Example


Text Example

White with #307315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307315; }

 p { color: rgb(48,115,21); }

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

background-color css

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

 a { background-color: rgb(48,115,21); }

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

border-color css

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

 span { border-color: rgb(48,115,21); }

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