Html Css Color HEX #307323 Bilbao

📋 copy color: '#307323'

red 48 ◦ green 115 ◦ blue 35

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

Shades of Bilbao #307323

Tints of Bilbao #307323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.68%

R = 24.24%
G = 58.08%
B = 17.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#307323 (or 0x307323) is known color: Bilbao. HEX triplet: 30, 73 and 23. RGB value is (48,115,35). Sum of RGB (Red+Green+Blue) = 48+115+35=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #307323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307323 is #CF8CDC. Grayscale: #565656. Windows color (decimal): -13602013 or 2323248. OLE color: 2323248.

HSL color Cylindrical-coordinate representation of color #307323: hue angle of 110.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #307323 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 35 -
CMYK 0.58 0 0.70 0.55
HSL 110.25º 0.53% 0.29% -
HSV(B) 110.25º 0.7% 0.45% -
XYZ 7.65 13.01 3.7 -
YUV 85.85 99.3 101 -
System Red Green Blue C M Y K H S L
Decimal 48 115 35 0.58 0 0.70 0.55 110.25 0.53 0.29
Hex 30 73 23 3A 0 46 37 6E 35 1D
Octal 60 163 43 72 0 106 67 156 65 35
Binary 110000 1110011 100011 111010 0 1000110 110111 1101110 110101 11101

Color Harmonies of #307323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307323

Black with #307323

Text Example


Text Example

White with #307323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307323; }

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

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

background-color css

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

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

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

border-color css

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

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

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